toil.test.batchSystems.test_gridengine¶
Classes¶
Class that implements a minimal Batch System, needed to create a Worker (see below). |
|
Class for unit-testing GridEngineBatchSystem |
Functions¶
|
Module Contents¶
- class toil.test.batchSystems.test_gridengine.FakeBatchSystem¶
Class that implements a minimal Batch System, needed to create a Worker (see below).
- config¶
- getWaitDuration()¶
- with_retries(operation, *args, **kwargs)¶
The grid engine batch system needs a with_retries function when running the GridEngineThread, so fake one
- toil.test.batchSystems.test_gridengine.call_qstat_or_qacct(args, **_)¶
- class toil.test.batchSystems.test_gridengine.GridEngineTest(methodName='runTest')¶
Bases:
toil.test.ToilTest
Class for unit-testing GridEngineBatchSystem
- setUp()¶
Hook method for setting up the test fixture before exercising it.
- test_coalesce_job_exit_codes_one_exists()¶
- test_coalesce_job_exit_codes_one_still_running()¶
- test_coalesce_job_exit_codes_many_all_exist()¶