zhuzhurk commented on a change in pull request #13641:
URL: https://github.com/apache/flink/pull/13641#discussion_r543428414
##########
File path:
flink-runtime/src/test/java/org/apache/flink/runtime/checkpoint/ExecutionGraphCheckpointCoordinatorTest.java
##########
@@ -159,7 +164,7 @@ private ExecutionGraph
createExecutionGraphAndEnableCheckpointing(
false,
0);
- executionGraph.enableCheckpointing(
+ scheduler.getExecutionGraph().enableCheckpointing(
Review comment:
Good idea. A `TestingCheckpointRecoveryFactory` can really help in this
case.
##########
File path:
flink-runtime/src/test/java/org/apache/flink/runtime/checkpoint/ExecutionGraphCheckpointCoordinatorTest.java
##########
@@ -159,7 +164,7 @@ private ExecutionGraph
createExecutionGraphAndEnableCheckpointing(
false,
0);
- executionGraph.enableCheckpointing(
+ scheduler.getExecutionGraph().enableCheckpointing(
Review comment:
done.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]