[
https://issues.apache.org/jira/browse/FLINK-19516?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17210039#comment-17210039
]
Robert Metzger commented on FLINK-19516:
----------------------------------------
https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=7275&view=logs&j=0da23115-68bb-5dcd-192c-bd4c8adebde1&t=05b74a19-4ee4-5036-c46f-ada307df6cf0
{code}
ERROR] Tests run: 6, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 8.358 s
<<< FAILURE! - in org.apache.flink.client.program.PerJobMiniClusterFactoryTest
[ERROR]
testMultipleExecutions(org.apache.flink.client.program.PerJobMiniClusterFactoryTest)
Time elapsed: 4.186 s <<< FAILURE!
java.lang.AssertionError:
Expected: is <false>
but: was <true>
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:8)
at
org.apache.flink.client.program.PerJobMiniClusterFactoryTest.assertThatMiniClusterIsShutdown(PerJobMiniClusterFactoryTest.java:161)
at
org.apache.flink.client.program.PerJobMiniClusterFactoryTest.testMultipleExecutions(PerJobMiniClusterFactoryTest.java:136)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
{code}
> PerJobMiniClusterFactoryTest.testJobClient()
> --------------------------------------------
>
> Key: FLINK-19516
> URL: https://issues.apache.org/jira/browse/FLINK-19516
> Project: Flink
> Issue Type: Bug
> Components: Runtime / Coordination
> Affects Versions: 1.12.0
> Reporter: Stephan Ewen
> Assignee: Till Rohrmann
> Priority: Critical
> Labels: pull-request-available, test-stability
>
> *Log:*
> https://dev.azure.com/sewen0794/19b23adf-d190-4fb4-ae6e-2e92b08923a3/_apis/build/builds/151/logs/137
> *Exception:*
> {code}
> [ERROR]
> testJobClient(org.apache.flink.client.program.PerJobMiniClusterFactoryTest)
> Time elapsed: 0.392 s <<< FAILURE!
> java.lang.AssertionError:
> Expected: is <false>
> but: was <true>
> at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
> at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:8)
> at
> org.apache.flink.client.program.PerJobMiniClusterFactoryTest.assertThatMiniClusterIsShutdown(PerJobMiniClusterFactoryTest.java:161)
> at
> org.apache.flink.client.program.PerJobMiniClusterFactoryTest.testJobClient(PerJobMiniClusterFactoryTest.java:93)
> {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)