| Trees | Indices | Help |
|
|---|
|
|
job.queue.BaseJob --+
|
job.queue.RequirementsJob --+ |
| |
job.queue.LocalhostJob --+
|
job.queue.SubprocessJob --+
|
object --+ |
| |
TestJob --+
|
TestSPJob
Like a normal SubprocessJob job, but:
- Ignore failures to launch. - Kill subjobs when killing this job. - Be aware of scriptID. - Access job duration and status.
|
|||
|
|||
| None |
|
||
| None |
|
||
| None |
|
||
| None |
|
||
| tuple |
|
||
| str |
|
||
|
|||
|
Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from |
|||
|
|||
|
Inherited from Inherited from |
|||
|
|||
|
_test_id The test number in the database (or the directory name in validate mode. |
|||
|
_duration Duration of the job, measured in TestSPJob.run. |
|||
|
|||
|
Inherited from |
|||
|
|||
Overridden to add the test_id.
|
Overridden to open standard files for recording standard error and standard out. Also marks the start time of the job.
|
Overridden to ignore errors. Executes the command described by self._command.
|
Overridden to ignore errors. Updates the known status of a job.
|
Return a tuple of status strings for printing by
|
Exit status of the job, according to subprocess. Implemented as a property to provide consistent interface with TestJCJob.
|
First, kill children, then myself
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Thu Aug 6 04:50:49 2015 | http://epydoc.sourceforge.net |