Ted Yu created MAPREDUCE-5967:
---------------------------------

             Summary: TestRecovery fails in trunk
                 Key: MAPREDUCE-5967
                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-5967
             Project: Hadoop Map/Reduce
          Issue Type: Test
            Reporter: Ted Yu
            Priority: Minor


>From https://builds.apache.org/job/Hadoop-Mapreduce-trunk/1828/console :
{code}
Running org.apache.hadoop.mapreduce.v2.app.TestRecovery
Tests run: 15, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 51.578 sec <<< 
FAILURE! - in org.apache.hadoop.mapreduce.v2.app.TestRecovery
testRecoveryWithoutShuffleSecret(org.apache.hadoop.mapreduce.v2.app.TestRecovery)
  Time elapsed: 0.438 sec  <<< FAILURE!
java.lang.AssertionError: Reduce Task state not correct expected:<RUNNING> but 
was:<SCHEDULED>
        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.apache.hadoop.mapreduce.v2.app.TestRecovery.testRecoveryWithoutShuffleSecret(TestRecovery.java:1346)

testRecoveryWithOldCommiter(org.apache.hadoop.mapreduce.v2.app.TestRecovery)  
Time elapsed: 12.329 sec  <<< FAILURE!
java.lang.AssertionError: Task state is not correct (timedout) 
expected:<SUCCEEDED> but was:<RUNNING>
        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.apache.hadoop.mapreduce.v2.app.MRApp.waitForState(MRApp.java:394)
        at 
org.apache.hadoop.mapreduce.v2.app.TestRecovery.testRecoveryWithOldCommiter(TestRecovery.java:1120)
{code}



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to