You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@oozie.apache.org by "Andras Salamon (JIRA)" <ji...@apache.org> on 2019/05/30 13:30:00 UTC

[jira] [Created] (OOZIE-3506) Flaky test TestOozieRollingPolicy

Andras Salamon created OOZIE-3506:
-------------------------------------

             Summary: Flaky test TestOozieRollingPolicy
                 Key: OOZIE-3506
                 URL: https://issues.apache.org/jira/browse/OOZIE-3506
             Project: Oozie
          Issue Type: Sub-task
    Affects Versions: trunk
            Reporter: Andras Salamon


{{TestOozieRollingPolicy}} sometimes fails with the following error message:

{noformat}2019-05-30 13:15:21 [INFO] Running org.apache.oozie.util.TestOozieRollingPolicy
2019-05-30 13:15:21 [ERROR] Tests run: 3, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 87.025 s <<< FAILURE! - in org.apache.oozie.util.TestOozieRollingPolicy
2019-05-30 13:15:21 [ERROR] testDeletingOldFiles(org.apache.oozie.util.TestOozieRollingPolicy)  Time elapsed: 60.337 s  <<< FAILURE!
2019-05-30 13:15:21 junit.framework.AssertionFailedError
2019-05-30 13:15:21 	at junit.framework.Assert.fail(Assert.java:55)
2019-05-30 13:15:21 	at junit.framework.Assert.assertTrue(Assert.java:22)
2019-05-30 13:15:21 	at junit.framework.Assert.assertTrue(Assert.java:31)
2019-05-30 13:15:21 	at junit.framework.TestCase.assertTrue(TestCase.java:201)
2019-05-30 13:15:21 	at org.apache.oozie.util.TestOozieRollingPolicy._testDeletingOldFiles(TestOozieRollingPolicy.java:125)
2019-05-30 13:15:21 	at org.apache.oozie.util.TestOozieRollingPolicy._testDeletingOldFiles(TestOozieRollingPolicy.java:59)
2019-05-30 13:15:21 	at org.apache.oozie.util.TestOozieRollingPolicy.testDeletingOldFiles(TestOozieRollingPolicy.java:47)
...
{noformat}




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)