[ 
https://issues.apache.org/jira/browse/MAPREDUCE-5632?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13839226#comment-13839226
 ] 

Alejandro Abdelnur commented on MAPREDUCE-5632:
-----------------------------------------------

LGTM, +1

> 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
>         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)

Reply via email to