Details
Description
testGetApplications can fail sporadically when testing start time filters on the request, e.g.:
java.lang.AssertionError: Incorrect number of matching start range expected:<0> 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.apache.hadoop.yarn.server.resourcemanager.TestClientRMService.testGetApplications(TestClientRMService.java:798)
Attachments
Attachments
Issue Links
- is broken by
-
YARN-1977 Add tests on getApplicationRequest with filtering start time range
- Closed