Running org.apache.hadoop.mapreduce.jobhistory.TestJobHistoryEventHandler
Tests run: 12, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 28.122 sec <<< FAILURE! - in org.apache.hadoop.mapreduce.jobhistory.TestJobHistoryEventHandler
testTimelineEventHandling(org.apache.hadoop.mapreduce.jobhistory.TestJobHistoryEventHandler) Time elapsed: 6.014 sec <<< FAILURE!
java.lang.AssertionError: expected:<1> but was:<0>
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:555)
at org.junit.Assert.assertEquals(Assert.java:542)
at org.apache.hadoop.mapreduce.jobhistory.TestJobHistoryEventHandler.testTimelineEventHandling(TestJobHistoryEventHandler.java:467)
Results :
Failed tests:
TestJobHistoryEventHandler.testTimelineEventHandling:467 expected:<1> but was:<0>
Tests run: 12, Failures: 1, Errors: 0, Skipped: 0