Home | History | Annotate | Download | only in site_utils

Lines Matching refs:finished

241         """Make this job appear to be finished.
244 will find this job as finished, but not expired and ready
246 `enqueue_offload()` will treat a finished job as eligible
451 def __init__(self, finished):
452 self.finished_on = finished
457 def __init__(self, finished):
458 self.time_finished = finished
506 """Mock and test behavior of a finished job.
522 id=job._id, finished=True).AndReturn(
534 """Test getting the timestamp for a finished regular job.
538 the AFE indicates the job is finished.
553 the AFE indicates the job is finished and the job has multiple host
580 the AFE indicates the job is finished and the job has aborted host
593 the AFE indicates the job is not finished.
598 id=job._id, finished=True).AndReturn([])
605 """Test getting the timestamp for a finished special job.
609 the AFE indicates the job is finished.
629 the AFE indicates the job is not finished.