-
Type:
Bug
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.9.0, 3.0.0-alpha4
-
Component/s: test
-
Labels:None
-
Hadoop Flags:Reviewed
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)
- relates to
-
MAPREDUCE-6856 TestRecovery.testSpeculative fails if testCrashed fails
-
- Resolved
-