Description
Testcase: testShuffleExceptionTrailingSize took 0.203 sec Testcase: testExceptionCount took 0 sec Testcase: testShuffleExceptionTrailing took 0 sec Testcase: testCheckException took 0 sec FAILED abort called when set to off junit.framework.AssertionFailedError: abort called when set to off at org.apache.hadoop.mapred.TestShuffleExceptionCount.testCheckException(TestShuffleExceptionCount.java:57)
This is a test order-dependency bug. The static variable abortCalled set by one test may affect the next tests.