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/31 09:06:00 UTC

[jira] [Commented] (OOZIE-3371) TestSubWorkflowActionExecutor#testSubWorkflowRerun() is flaky

    [ https://issues.apache.org/jira/browse/OOZIE-3371?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16852843#comment-16852843 ] 

Andras Salamon commented on OOZIE-3371:
---------------------------------------

This was not fixed in 5.1.0, the [commit|https://github.com/apache/oozie/commit/65936460e263f9076bb552190be85396c2cc6d33] will be part of 5.2.0.

We should change the fix version field to 5.2.0 and the status to RESOLVED. I cannot change the status field, CLOSED jiras cannot be reopened. Can you help me to reopen it [~gezapeti]? Or should I just change the fix version field, and leave the status field as is?

> TestSubWorkflowActionExecutor#testSubWorkflowRerun() is flaky
> -------------------------------------------------------------
>
>                 Key: OOZIE-3371
>                 URL: https://issues.apache.org/jira/browse/OOZIE-3371
>             Project: Oozie
>          Issue Type: Sub-task
>          Components: core, tests
>    Affects Versions: 5.0.0
>            Reporter: Andras Piros
>            Assignee: Andras Piros
>            Priority: Major
>             Fix For: 5.1.0
>
>         Attachments: OOZIE-3371.001.patch
>
>
> {noformat}
> 2018-10-19 09:43:39 [INFO] -------------------------------------------------------
> 2018-10-19 09:43:39 [INFO]  T E S T S
> 2018-10-19 09:43:39 [INFO] -------------------------------------------------------
> 2018-10-19 09:46:54 [INFO] Running org.apache.oozie.action.oozie.TestSubWorkflowActionExecutor
> 2018-10-19 09:46:54 [ERROR] Tests run: 15, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 194.156 s <<< FAILURE! - in org.apache.oozie.action.oozie.TestSubWorkflowActionExecutor
> 2018-10-19 09:46:54 [ERROR] testSubWorkflowRerun(org.apache.oozie.action.oozie.TestSubWorkflowActionExecutor)  Time elapsed: 103.736 s  <<< FAILURE!
> 2018-10-19 09:46:54 junit.framework.AssertionFailedError: expected:<SUCCEEDED> but was:<RUNNING>
> 2018-10-19 09:46:54 	at junit.framework.Assert.fail(Assert.java:57)
> 2018-10-19 09:46:54 	at junit.framework.Assert.failNotEquals(Assert.java:329)
> 2018-10-19 09:46:54 	at junit.framework.Assert.assertEquals(Assert.java:78)
> 2018-10-19 09:46:54 	at junit.framework.Assert.assertEquals(Assert.java:86)
> 2018-10-19 09:46:54 	at junit.framework.TestCase.assertEquals(TestCase.java:253)
> 2018-10-19 09:46:54 	at org.apache.oozie.action.oozie.TestSubWorkflowActionExecutor.testSubWorkflowRerun(TestSubWorkflowActionExecutor.java:580)
> ...
> 2018-10-19 09:46:54 [ERROR]   TestSubWorkflowActionExecutor.testSubWorkflowRerun:580 expected:<SUCCEEDED> but was:<RUNNING>
> {noformat}



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