Jonathan Turner Eagles created YARN-10052:
---------------------------------------------

             Summary: TestApplicationMasterService is flakey
                 Key: YARN-10052
                 URL: https://issues.apache.org/jira/browse/YARN-10052
             Project: Hadoop YARN
          Issue Type: Bug
            Reporter: Jonathan Turner Eagles
            Assignee: Jonathan Turner Eagles


Sometimes the state is allowed to progress to KILLED from KILLING too quickly 
causing the test to fail.
{code}
-------------------------------------------------------------------------------
Test set: 
org.apache.hadoop.yarn.server.resourcemanager.TestApplicationMasterService
-------------------------------------------------------------------------------
Tests run: 10, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 56.817 sec <<< 
FAILURE! - in 
org.apache.hadoop.yarn.server.resourcemanager.TestApplicationMasterService
testApplicationMaxTimeout(org.apache.hadoop.yarn.server.resourcemanager.TestApplicationMasterService)
  Time elapsed: 3.593 sec  <<< FAILURE!
java.lang.AssertionError: expected:<KILLING> but was:<KILLED>
        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:144)
        at 
org.apache.hadoop.yarn.server.resourcemanager.TestApplicationMasterService.testApplicationMaxTimeout(TestApplicationMasterService.java:204)
{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: yarn-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org

Reply via email to