Disttest

Disttest is a distributed unittest runner for POSIX platforms.
Download

Disttest Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL
  • Price:
  • FREE
  • Publisher Name:
  • Marcus Alanen
  • Publisher web site:

Disttest Tags


Disttest Description

Disttest is a distributed unittest runner for POSIX platforms. Disttest is a distributed unittest runner for POSIX platforms. The tests can be written in any language and are run in parallel on several slave nodes, thus reducing the wall-clock time it takes to run all the tests.Disttest is not a unittesting framework such as JUnit. The idea is that software development as a discipline should separate building the program, building the tests in a testing framework and actually running the tests from each other. Disttest handles only the last part.Since disttest offloads the work of running unittests to several computers, you will notice an (almost) linear speed increase in running tests. Requirements: · Disttest must be installed on the master node and all slave nodes. · SSH and the SSH daemons must be configured to let the user in on every slave node without asking for a password or passphrase. · All slave nodes must have a common filesystem with the master node for the developer's project. · All slave nodes must have a similar environment as the master node in which the program and the tests were built. This means libraries and such must be available in the same location in the filesystem on all nodes. Processor speeds can differ.


Disttest Related Software