Efficient distributed test architectures for large-scale systems

  • Authors:
  • Eduardo Cunha De Almeida;João Eugenio Marynowski;Gerson Sunyé;Yves Le Traon;Patrick Valduriez

  • Affiliations:
  • Universidade Federal do Paraná, Brazil;Universidade Federal do Paraná, Brazil;INRIA, University of Nantes, France;SnT, University of Luxembourg;INRIA, LIRM, Montpellier, France

  • Venue:
  • ICTSS'10 Proceedings of the 22nd IFIP WG 6.1 international conference on Testing software and systems
  • Year:
  • 2010

Quantified Score

Hi-index 0.00

Visualization

Abstract

Typical testing architectures for distributed software rely on a centralized test controller, which decomposes test cases in steps and deploy them across distributed testers. The controller also guarantees the correct execution of test steps through synchronization messages. These architectures are not scalable while testing large-scale distributed systems due to the cost of synchronization management, which may increase the cost of a test and even prevent its execution. This paper presents a distributed architecture to synchronize the test execution sequence. This approach organizes the testers in a tree, where messages are exchanged among parents and children. The experimental evaluation shows that the synchronization management overhead can be reduced by several orders of magnitude. We conclude that testing architectures should scale up along with the distributed system under test.