dmvk commented on a change in pull request #16535:
URL: https://github.com/apache/flink/pull/16535#discussion_r678037494
##########
File path:
flink-runtime/src/test/java/org/apache/flink/runtime/checkpoint/ExecutionGraphCheckpointCoordinatorTest.java
##########
@@ -68,6 +68,8 @@ public void testShutdownCheckpointCoordinatorOnFailure()
throws Exception {
graph.failJob(new Exception("Test Exception"),
System.currentTimeMillis());
+ scheduler.closeAsync().get();
Review comment:
I've renamed the test to `DefaultSchedulerCheckpointCoordinatorTest` and
renamed tests so they reflect current behavior. Also I've added test for auto
suspending of the running job.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]