Improvements to TestJobTrackerRestart -------------------------------------
Key: HADOOP-4880 URL: https://issues.apache.org/jira/browse/HADOOP-4880 Project: Hadoop Core Issue Type: Improvement Components: mapred, test Reporter: Arun C Murthy 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. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.