Description
TestJobTrackerRestart could use the following improvements:
- Remove the one minute 'wait' - this is really bad for test-cases
- It assumes that a particular ordering of job-scheduling based on current behaviour of JobQueueTaskScheduler assigning a single task per heartbeat (pre
HADOOP-3136) and thus a particular job completion order, which is incorrect and won't work with all schedulers.