You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-issues@hadoop.apache.org by "Jonathan Eagles (JIRA)" <ji...@apache.org> on 2013/11/20 17:57:35 UTC

[jira] [Moved] (MAPREDUCE-5632) TestRMContainerAllocator#testUpdatedNodes fails

     [ https://issues.apache.org/jira/browse/MAPREDUCE-5632?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jonathan Eagles moved YARN-1420 to MAPREDUCE-5632:
--------------------------------------------------

        Key: MAPREDUCE-5632  (was: YARN-1420)
    Project: Hadoop Map/Reduce  (was: Hadoop YARN)

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