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

[jira] [Closed] (FLINK-24472) DispatcherTest is unstable

     [ https://issues.apache.org/jira/browse/FLINK-24472?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chesnay Schepler closed FLINK-24472.
------------------------------------
    Resolution: Fixed

master: e38cd1be718a207125e8116667d3e2675258d2b9

> DispatcherTest  is unstable
> ---------------------------
>
>                 Key: FLINK-24472
>                 URL: https://issues.apache.org/jira/browse/FLINK-24472
>             Project: Flink
>          Issue Type: Bug
>          Components: Runtime / Coordination
>    Affects Versions: 1.15.0
>            Reporter: Piotr Nowojski
>            Assignee: Chesnay Schepler
>            Priority: Major
>              Labels: pull-request-available, test-stability
>             Fix For: 1.15.0
>
>
> https://dev.azure.com/pnowojski/Flink/_build/results?buildId=534&view=logs&j=9dc1b5dc-bcfa-5f83-eaa7-0cb181ddc267&t=511d2595-ec54-5ab7-86ce-92f328796f20
> testCancellationOfNonCanceledTerminalJobFailsWithAppropriateException from DispatcherTest can fail with:
> {noformat}
> Oct 07 10:31:18 Expected: A CompletableFuture that failed with: org.apache.flink.runtime.messages.FlinkJobTerminatedWithoutCancellationException
> Oct 07 10:31:18      but: Future is not completed.
> Oct 07 10:31:18 	at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
> Oct 07 10:31:18 	at org.junit.Assert.assertThat(Assert.java:964)
> Oct 07 10:31:18 	at org.junit.Assert.assertThat(Assert.java:930)
> Oct 07 10:31:18 	at org.apache.flink.runtime.dispatcher.DispatcherTest.testCancellationOfNonCanceledTerminalJobFailsWithAppropriateException(DispatcherTest.java:442)
> Oct 07 10:31:18 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> Oct 07 10:31:18 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> Oct 07 10:31:18 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> Oct 07 10:31:18 	at java.lang.reflect.Method.invoke(Method.java:498)
> (...)
> {noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)