You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Ufuk Celebi (JIRA)" <ji...@apache.org> on 2017/02/28 16:29:45 UTC

[jira] [Closed] (FLINK-4153) ExecutionGraphRestartTest Fails

     [ https://issues.apache.org/jira/browse/FLINK-4153?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ufuk Celebi closed FLINK-4153.
------------------------------
    Resolution: Cannot Reproduce

Respective test code changed since this issue was created and it was not reported again or happened on the test infrastructure. 

> ExecutionGraphRestartTest Fails
> -------------------------------
>
>                 Key: FLINK-4153
>                 URL: https://issues.apache.org/jira/browse/FLINK-4153
>             Project: Flink
>          Issue Type: Bug
>          Components: Distributed Coordination
>    Affects Versions: 1.1.0
>            Reporter: Aljoscha Krettek
>            Assignee: Ufuk Celebi
>              Labels: test-stability
>
> The test failed with this output:
> {code}
> Tests run: 11, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 240.854 sec <<< FAILURE! - in org.apache.flink.runtime.executiongraph.ExecutionGraphRestartTest
> testRestartAutomatically(org.apache.flink.runtime.executiongraph.ExecutionGraphRestartTest)  Time elapsed: 120.085 sec  <<< FAILURE!
> java.lang.AssertionError: expected:<RUNNING> but was:<RESTARTING>
>     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:144)
>     at org.apache.flink.runtime.executiongraph.ExecutionGraphRestartTest.restartAfterFailure(ExecutionGraphRestartTest.java:806)
>     at org.apache.flink.runtime.executiongraph.ExecutionGraphRestartTest.testRestartAutomatically(ExecutionGraphRestartTest.java:210)
> testFailingExecutionAfterRestart(org.apache.flink.runtime.executiongraph.ExecutionGraphRestartTest)  Time elapsed: 120.018 sec  <<< FAILURE!
> java.lang.AssertionError: expected:<RUNNING> but was:<RESTARTING>
>     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:144)
>     at org.apache.flink.runtime.executiongraph.ExecutionGraphRestartTest.testFailingExecutionAfterRestart(ExecutionGraphRestartTest.java:530)
> {code}
> Unfortunately, this failed locally so the above output is the only output I have for the failure.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)