masteryhx commented on a change in pull request #19079:
URL: https://github.com/apache/flink/pull/19079#discussion_r827574126



##########
File path: 
flink-tests/src/test/java/org/apache/flink/test/checkpointing/ChangelogPeriodicMaterializationTestBase.java
##########
@@ -234,6 +235,25 @@ protected JobID generateJobID() {
         return Collections.emptySet();
     }
 
+    private static Optional<CheckpointMetadata> 
getMostRecentCompletedCheckpointMetadata(
+            File checkpointFolder) throws IOException {
+        try {

Review comment:
       Sure, I check the exception in `hasMetadata` of `TestUtils`, it should 
solving the problem of other test.




-- 
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: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to