toil.test.src.restartDAGTest¶
Attributes¶
Classes¶
Tests that restarted job DAGs don't run children of jobs that failed in the first run till the |
Functions¶
|
This function is guaranteed to pass as it does nothing out of the ordinary. If fileName is |
|
This function is guaranteed to fail via a raised assertion, or an os.kill |
Module Contents¶
- toil.test.src.restartDAGTest.logger¶
- class toil.test.src.restartDAGTest.RestartDAGTest(methodName='runTest')[source]¶
Bases:
toil.test.ToilTest
Tests that restarted job DAGs don’t run children of jobs that failed in the first run till the parent completes successfully in the restart.