Details
-
Test
-
Status: Open
-
Major
-
Resolution: Unresolved
-
3.0.0-alpha2
-
None
-
None
Description
I'm seeing this unit test fail in trunk:
testAllocationWithBlacklist(org.apache.hadoop.yarn.client.api.impl.TestAMRMClient) Time elapsed: 0.738 sec <<< FAILURE!
java.lang.AssertionError: expected:<2> but was:<1>
at org.junit.Assert.fail(Assert.java:88)
at org.junit.Assert.failNotEquals(Assert.java:743)
at org.junit.Assert.assertEquals(Assert.java:118)
at org.junit.Assert.assertEquals(Assert.java:555)
at org.junit.Assert.assertEquals(Assert.java:542)
at org.apache.hadoop.yarn.client.api.impl.TestAMRMClient.testAllocationWithBlacklist(TestAMRMClient.java:721)
Attachments
Issue Links
- is related to
-
YARN-6272 TestAMRMClient#testAMRMClientWithContainerResourceChange fails intermittently
- Resolved