Trees | Indices | Help |
|
---|
|
job.queue.BaseJob --+ | job.queue.JobControlJob --+ | object --+ | | | TestJob --+ | TestJCJob
Like a normal JobControlJob, but:
- Ignore failures to launch. - Be aware of scriptID. - Easily access job duration and exit status.
|
|||
|
|||
|
|||
|
|||
|
|||
float |
|
||
str |
|
||
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. |
|
|||
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.
|
Return True if the job runs on the There is no limit on the number of locally run jobs.
|
Duration 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 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 Thu Aug 6 04:50:49 2015 | http://epydoc.sourceforge.net |