[ https://issues.apache.org/jira/browse/FLINK-24472?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Piotr Nowojski updated FLINK-24472: ----------------------------------- Description: 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} was: 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} > 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)