Page History

Turn Off History

General

This was copied from MemoryProfiling. MemoryProfiling should be updated to not duplicate information.

batch_test.pl is the means by which the test suite is run. It can be told to start up its own person condor and use that for testing. The tests ran by batch_test.pl may also start their own personal condors.

After the test suite codes are built, cd into condor_tests/.

We'll invoke batch_test.pl. We tell batch test to start up its own personal condors and clean up everything when it is done. We don't ask it to run tests in parallel since there likely are race conditions in the tests over that behavior.

./batch_test.pl -b -c

Then, in the same directory as the pile of tests.* files, run this script, which will collate the tests.* files associated with Condor daemons and tools into directories.

Warnings, Problems, and Workarounds

See #1124 for tickets associated with improving tests.