Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
Reviewed
Description
TestRecovery#testCrashed is a flaky test.
Error Message:
Reduce Task state not correct expected:<RUNNING> but was:<SCHEDULED>
Stack Trace:
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.testCrashed(TestRecovery.java:164)
Attachments
Attachments
Issue Links
- relates to
-
MAPREDUCE-6856 TestRecovery.testSpeculative fails if testCrashed fails
- Resolved