| Trees | Indices | Help |
|
|---|
|
|
object --+
|
job.queue.BaseJob --+
|
object --+ |
| |
job.queue.RequirementsJob --+ |
| |
job.queue.LocalhostJob --+
|
job.queue.SubprocessJob --+
|
object --+ |
| |
TestJob --+
|
TestSPJob
Like a normal SubprocessJob job, but:
|
|||
|
|||
| None |
|
||
| None |
|
||
| None |
|
||
| None |
|
||
| tuple |
|
||
|
|||
|
|||
|
|||
|
|||
|
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. |
|||
|
|||
| str |
exit_status Exit status of the job, according to subprocess. |
||
|
Inherited from Inherited from 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
|
First, kill children, then myself
|
|
|||
exit_statusExit status of the job, according to subprocess. Implemented as a property to provide consistent interface with TestJCJob.
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon May 19 23:05:26 2014 | http://epydoc.sourceforge.net |