azagrebin commented on a change in pull request #14301: URL: https://github.com/apache/flink/pull/14301#discussion_r537325089
########## File path: flink-runtime/src/main/java/org/apache/flink/runtime/checkpoint/PerJobCheckpointRecoveryFactory.java ########## @@ -29,13 +30,13 @@ * Simple {@link CheckpointRecoveryFactory} which creates a * {@link CompletedCheckpointStore} and a {@link CheckpointIDCounter} per {@link JobID}. */ -public class TestingCheckpointRecoveryFactory implements CheckpointRecoveryFactory { +public class PerJobCheckpointRecoveryFactory implements CheckpointRecoveryFactory { Review comment: yes, would `MockCheckpointRecoveryFactory` be more clear? ---------------------------------------------------------------- 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: us...@infra.apache.org