Page History

Turn Off History

General

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

First, make sure the tests are built:

$ make tests

Then, 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.

$ cd src/condor_scripts
$ ./batch_test.pl -b -c

Running the tests again

Running the test suite leaves files and directories in the src/condor_tests directory that prevent the tests from running again. To solve this:
$ rm -fr ../condor_tests/TestingPersonalCondor

Warnings, Problems, and Workarounds

See #1124 for tickets associated with improving tests.