zhuzhurk commented on code in PR #24871: URL: https://github.com/apache/flink/pull/24871#discussion_r1620899559
########## flink-runtime/src/test/java/org/apache/flink/runtime/scheduler/adaptivebatch/BatchJobRecoveryTest.java: ########## @@ -257,6 +260,11 @@ void testRecoverFromJMFailover() throws Exception { createScheduler(deserializeJobGraph(serializedJobGraph)); startSchedulingAndWaitRecoverFinish(newScheduler); + waitUntilExecutionVertexState( Review Comment: Why is it needed? IIUC, the status of source vertices should have recovered before the recovery process finishes. -- 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