Menu

disttest / News: Recent posts

disttest 0.32 released - initial SF release

Disttest is a distributed unittest runner for software developers. Its main idea is to split the set of tests to run among several homogeneous slave nodes, resulting in an almost linear speed-up in the number of nodes used, making it ideal for e.g. university of company settings with a lot of mostly-idle computers.

It accomplishes this by SSHing to each slave and starting a helper program (disttest-slave), which listens to commands from the master node. Then the master node distributes the tests. It tries to schedule the tests so that all nodes are used as effectively as possible. NOTE: disttest assumes the tests and the developer's program reside on a common filesystem, e.g. NFS, so that the slave nodes can execute the tests built on the master node.... read more

Posted by Marcus Alanen 2006-02-04