Details
-
Sub-task
-
Status: Open
-
Major
-
Resolution: Unresolved
-
trunk
-
None
-
None
Description
TestActionStartXCommand.testActionWithEscapedStringAndCDATA is flaky, sometimes (for instance: https://issues.apache.org/jira/browse/OOZIE-3470?focusedCommentId=16817901&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-16817901 ) it fails with the following error message:
junit.framework.AssertionFailedError: YARN App state for app application_1559489642789_0018 expected:<FINISHED> but was:<ACCEPTED> at junit.framework.Assert.fail(Assert.java:57) at junit.framework.Assert.failNotEquals(Assert.java:329) at junit.framework.Assert.assertEquals(Assert.java:78) at junit.framework.TestCase.assertEquals(TestCase.java:244) at org.apache.oozie.test.XTestCase.waitUntilYarnAppDoneAndAssertSuccess(XTestCase.java:1358) at org.apache.oozie.command.wf.TestActionStartXCommand.testActionWithEscapedStringAndCDATA(TestActionStartXCommand.java:235) ...