[
https://issues.apache.org/jira/browse/FLINK-24472?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated FLINK-24472:
-----------------------------------
Labels: pull-request-available test-stability (was: test-stability)
> 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
>
>
> 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)