Izeren commented on code in PR #26663: URL: https://github.com/apache/flink/pull/26663#discussion_r2156486989
########## flink-runtime/src/test/java/org/apache/flink/runtime/scheduler/adaptive/AdaptiveSchedulerTest.java: ########## @@ -2932,4 +3024,54 @@ private static void checkMetrics(List<Span> results, boolean canRestart) { .containsEntry("canRestart", String.valueOf(canRestart)); } } + + private static JobGraph getCheckpointingSingleVertexJobGraph(final JobVertex jobVertex) { Review Comment: Will update -- 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