fapaul commented on a change in pull request #16676:
URL: https://github.com/apache/flink/pull/16676#discussion_r684152881



##########
File path: flink-tests/src/test/java/org/apache/flink/test/util/TestUtils.java
##########
@@ -84,4 +92,32 @@ public static void waitUntilJobInitializationFinished(
                 () -> clusterClient.requestJobResult(id).get(),
                 userCodeClassloader);
     }
+
+    public static File getMostRecentCompletedCheckpoint(File checkpointDir) 
throws IOException {
+        return Files.find(checkpointDir.toPath(), 2, 
TestUtils::isCompletedCheckpoint)

Review comment:
       Which ticket do you mean by `that` ticket?




-- 
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]


Reply via email to