Peter Bacsko created OOZIE-3271:
-----------------------------------
Summary: Flaky tests in TestCoordInputLogicPush class
Key: OOZIE-3271
URL: https://issues.apache.org/jira/browse/OOZIE-3271
Project: Oozie
Issue Type: Sub-task
Reporter: Peter Bacsko
Running locally, two tests in {{TestCoordInputLogicPush}} failed:
{noformat}
testLatestRange(org.apache.oozie.coord.input.logic.TestCoordInputLogicPush)
Time elapsed: 132.734 s <<< FAILURE!
junit.framework.AssertionFailedError: Action status should not be waiting
at junit.framework.Assert.fail(Assert.java:57)
at junit.framework.Assert.assertTrue(Assert.java:22)
at junit.framework.Assert.assertFalse(Assert.java:39)
at junit.framework.TestCase.assertFalse(TestCase.java:210)
at
org.apache.oozie.coord.input.logic.TestCoordInputLogicPush.startCoordAction(TestCoordInputLogicPush.java:570)
at
org.apache.oozie.coord.input.logic.TestCoordInputLogicPush.testLatestRange(TestCoordInputLogicPush.java:255)
{noformat}
{noformat}
testLatestRangeComplex(org.apache.oozie.coord.input.logic.TestCoordInputLogicPush)
Time elapsed: 159.055 s <<< FAILURE!
junit.framework.AssertionFailedError: Action status should not be waiting
at junit.framework.Assert.fail(Assert.java:57)
at junit.framework.Assert.assertTrue(Assert.java:22)
at junit.framework.Assert.assertFalse(Assert.java:39)
at junit.framework.TestCase.assertFalse(TestCase.java:210)
at
org.apache.oozie.coord.input.logic.TestCoordInputLogicPush.startCoordAction(TestCoordInputLogicPush.java:570)
at
org.apache.oozie.coord.input.logic.TestCoordInputLogicPush.testLatestRangeComplex(TestCoordInputLogicPush.java:330)
{noformat}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)