[ https://issues.apache.org/jira/browse/HADOOP-4426?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12640069#action_12640069 ]
Amar Kamat commented on HADOOP-4426: ------------------------------------ bq. testJobRunStateChange was setting the guaranteed capacity percentage as 1%. +1. Changed it to 100% and it worked fine. bq. testCapacityBasedAllocation was broken by changes in HADOOP-4053. Other testcases in {{TestCapacityScheduler}} were also failing and I fixed them by using {{submitJobAndInit()}}. {{submitJobAndInit()}} makes sure that the job gets submitted and also the listeners are informed. +1 for the short fix. > TestCapacityScheduler is broken > ------------------------------- > > Key: HADOOP-4426 > URL: https://issues.apache.org/jira/browse/HADOOP-4426 > Project: Hadoop Core > Issue Type: Test > Components: contrib/capacity-sched > Affects Versions: 0.19.0 > Reporter: Hemanth Yamijala > Assignee: Hemanth Yamijala > Priority: Blocker > Fix For: 0.19.0 > > Attachments: HADOOP-4426.patch > > > The commits for HADOOP-4053 and HADOOP-4373 caused each other's test cases to > break. The patches were being worked on in parallel, and hence the break > wasn't caught earlier. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.