Aljoscha Krettek created FLINK-12015:
----------------------------------------
Summary: TaskManagerRunnerTest is unstable
Key: FLINK-12015
URL:
https://issues.apache.org/jira/browse/FLINK-12015 Project: Flink
Issue Type: Bug
Components: Runtime / Coordination
Reporter: Aljoscha Krettek
I saw this failure:
{code:java}
17:34:16.833 [INFO] Running org.apache.flink.runtime.taskexecutor.TaskManagerRunnerTest
17:34:19.872 [ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 3.036 s <<< FAILURE! - in org.apache.flink.runtime.taskexecutor.TaskManagerRunnerTest
17:34:19.880 [ERROR] testShouldShutdownOnFatalError(org.apache.flink.runtime.taskexecutor.TaskManagerRunnerTest) Time elapsed: 0.353 s <<< FAILURE!
java.lang.AssertionError:
Expected: is <1>
but: was <0>
at org.apache.flink.runtime.taskexecutor.TaskManagerRunnerTest.testShouldShutdownOnFatalError(TaskManagerRunnerTest.java:59)
{code}
Travis log:
https://travis-ci.org/apache/flink/jobs/511042156--
This message was sent by Atlassian JIRA
(v7.6.3#76005)