You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Till Rohrmann (Jira)" <ji...@apache.org> on 2020/10/07 14:53:00 UTC

[jira] [Commented] (FLINK-19516) PerJobMiniClusterFactoryTest.testJobClient()

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

Till Rohrmann commented on FLINK-19516:
---------------------------------------

I believe that this problem has been introduced with FLINK-19123 because we no longer chain the result future after the callback which triggers the shutdown of the {{MiniCluster}}.

> 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
>            Priority: Critical
>              Labels: 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)