Details
-
Technical Debt
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
1.15.0, 1.16.0
Description
This build failed due to a failure in RpcEndpointTest.testCancelScheduledTask:
Test org.apache.flink.runtime.rpc.RpcEndpointTest.testCancelScheduledRunnable failed with: org.opentest4j.AssertionFailedError: expected: <false> but was: <true> at org.junit.jupiter.api.AssertionUtils.fail(AssertionUtils.java:55) at org.junit.jupiter.api.AssertFalse.assertFalse(AssertFalse.java:40) at org.junit.jupiter.api.AssertFalse.assertFalse(AssertFalse.java:35) at org.junit.jupiter.api.Assertions.assertFalse(Assertions.java:227) at org.apache.flink.runtime.rpc.RpcEndpointTest.testCancelScheduledTask(RpcEndpointTest.java:432) at org.apache.flink.runtime.rpc.RpcEndpointTest.testCancelScheduledRunnable(RpcEndpointTest.java:325
Attachments
Issue Links
- is caused by
-
FLINK-25085 Add a scheduled thread pool in Endpoint and close it when the endpoint is stopped
- Closed
- links to