Home | History | Annotate | Download | only in scheduler

Lines Matching full:scheduled

184                      'Job %d scheduled on host %d twice' %
192 'Job %d not scheduled on host %d as expected\n'
193 'Jobs scheduled: %s' %
199 """Assert job was scheduled on exactly number hosts out of a set."""
207 self.fail('Job %d scheduled on fewer than %d hosts in %s.\n'
208 'Jobs scheduled: %s' % (job_id, number, host_ids, found))
210 self.fail('Job %d scheduled on more than %d hosts in %s.\n'
211 'Jobs scheduled: %s' % (job_id, number, host_ids, found))
216 self.fail('Extra jobs scheduled: ' +
268 scheduled.
289 'Only idle hosts get scheduled'
334 Non-metahost entries can get scheduled on invalid hosts (this is how
1267 # status to Parsing, so FinalReparseTask can be scheduled.