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 11:53:00 UTC

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

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

Chesnay Schepler reassigned FLINK-24472:
----------------------------------------

    Assignee: Chesnay Schepler

> 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: test-stability
>             Fix For: 1.15.0
>
>
> 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)