[
https://issues.apache.org/jira/browse/MAPREDUCE-5632?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jonathan Eagles updated MAPREDUCE-5632:
---------------------------------------
Resolution: Fixed
Fix Version/s: 2.4.0
3.0.0
Status: Resolved (was: Patch Available)
Thanks everybody for helping to get this in.
> TestRMContainerAllocator#testUpdatedNodes fails
> -----------------------------------------------
>
> Key: MAPREDUCE-5632
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-5632
> Project: Hadoop Map/Reduce
> Issue Type: Test
> Reporter: Ted Yu
> Assignee: Jonathan Eagles
> Fix For: 3.0.0, 2.4.0
>
> Attachments: YARN-1420.patch
>
>
> From https://builds.apache.org/job/Hadoop-Mapreduce-trunk/1607/console :
> {code}
> Running org.apache.hadoop.mapreduce.v2.app.TestRMContainerAllocator
> Tests run: 14, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 65.78 sec
> <<< FAILURE! - in org.apache.hadoop.mapreduce.v2.app.TestRMContainerAllocator
> testUpdatedNodes(org.apache.hadoop.mapreduce.v2.app.TestRMContainerAllocator)
> Time elapsed: 3.125 sec <<< FAILURE!
> junit.framework.AssertionFailedError: null
> at junit.framework.Assert.fail(Assert.java:48)
> at junit.framework.Assert.assertTrue(Assert.java:20)
> at junit.framework.Assert.assertTrue(Assert.java:27)
> at
> org.apache.hadoop.mapreduce.v2.app.TestRMContainerAllocator.testUpdatedNodes(TestRMContainerAllocator.java:779)
> {code}
> This assertion fails:
> {code}
> Assert.assertTrue(allocator.getJobUpdatedNodeEvents().isEmpty());
> {code}
> The List returned by allocator.getJobUpdatedNodeEvents() is:
> [EventType: JOB_UPDATED_NODES]
--
This message was sent by Atlassian JIRA
(v6.1#6144)