You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Stephan Ewen (JIRA)" <ji...@apache.org> on 2016/07/29 15:18:20 UTC

[jira] [Commented] (FLINK-4283) ExecutionGraphRestartTest fails

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

Stephan Ewen commented on FLINK-4283:
-------------------------------------

To the attention of the distributed coordination shepherd ([~till.rohrmann])

> ExecutionGraphRestartTest fails
> -------------------------------
>
>                 Key: FLINK-4283
>                 URL: https://issues.apache.org/jira/browse/FLINK-4283
>             Project: Flink
>          Issue Type: Bug
>    Affects Versions: 1.1.0
>         Environment: Ubuntu 14.04
> W10
>            Reporter: Chesnay Schepler
>              Labels: test-stability
>
> I encounter reliable failures for the following tests:
> testRestartAutomatically(org.apache.flink.runtime.executiongraph.ExecutionGraphRestartTest)  Time elapsed: 120.089 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:680)
> 	at org.apache.flink.runtime.executiongraph.ExecutionGraphRestartTest.testRestartAutomatically(ExecutionGraphRestartTest.java:155)
> taskShouldNotFailWhenFailureRateLimitWasNotExceeded(org.apache.flink.runtime.executiongraph.ExecutionGraphRestartTest)  Time elapsed: 2.055 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:680)
> 	at org.apache.flink.runtime.executiongraph.ExecutionGraphRestartTest.taskShouldNotFailWhenFailureRateLimitWasNotExceeded(ExecutionGraphRestartTest.java:180)
> testFailingExecutionAfterRestart(org.apache.flink.runtime.executiongraph.ExecutionGraphRestartTest)  Time elapsed: 120.079 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:397)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)