You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Aljoscha Krettek (JIRA)" <ji...@apache.org> on 2016/07/05 12:41:11 UTC

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

Aljoscha Krettek created FLINK-4153:
---------------------------------------

             Summary: ExecutionGraphRestartTest Fails
                 Key: FLINK-4153
                 URL: https://issues.apache.org/jira/browse/FLINK-4153
             Project: Flink
          Issue Type: Bug
    Affects Versions: 1.1.0
            Reporter: Aljoscha Krettek
            Assignee: Ufuk Celebi


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.4#6332)