benWize commented on a change in pull request #15127:
URL: https://github.com/apache/beam/pull/15127#discussion_r665764229
##########
File path:
runners/flink/src/test/java/org/apache/beam/runners/flink/FlinkSavepointTest.java
##########
@@ -194,7 +196,7 @@ private void runSavepointAndRestore(boolean
isPortablePipeline) throws Exception
private JobID executeLegacy(Pipeline pipeline) throws Exception {
JobGraph jobGraph = getJobGraph(pipeline);
flinkCluster.submitJob(jobGraph).get();
- return jobGraph.getJobID();
+ return waitForJobToBeReady();
Review comment:
I added this line here, maybe if this PR is accepted and merged we can
close #15119
--
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]