Trees | Indices | Help |
|
---|
|
object --+ | job.queue.BaseJob --+ | job.queue.JobControlJob --+ | object --+ | | | TestJob --+ | TestJCJob
Like a normal JobControlJob, but:
|
|||
|
|||
|
|||
|
|||
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. |
|
|||
float |
duration Duration of the job, according to the job record. |
||
str |
exit_status Exit status of the job, according to the job record. |
||
Inherited from Inherited from Inherited from |
|
Overridden to add the test_id.
|
Overridden to ignore errors. Executes the command described by self._command. The parent class has two required arguments, but has the call signature doCommand(*args, **kwargs), hence its usage here.
|
Update the job. Includes timeout logic.
|
|
durationDuration of the job, according to the job record. Implemented as a property to provide consistent interface with TestSPJob. Also gives duration for RUNNING jobs, so as to be consistent with TestSPJob.
|
exit_statusExit status of the job, according to the job record. Implemented as a property to provide consistent interface with TestSPJob.
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon May 19 23:05:26 2014 | http://epydoc.sourceforge.net |