pvary commented on code in PR #10208:
URL: https://github.com/apache/iceberg/pull/10208#discussion_r1577691189


##########
flink/v1.19/flink/src/test/java/org/apache/iceberg/flink/source/TestIcebergSourceFailover.java:
##########
@@ -149,6 +163,15 @@ private void testBoundedIcebergSource(FailoverType 
failoverType) throws Exceptio
     JobClient jobClient = env.executeAsync("Bounded Iceberg Source Failover 
Test");
     JobID jobId = jobClient.getJobID();
 
+    Path jobCheckpointDir = checkpointDir.resolve(jobId.toString());
+    Awaitility.await("Wait for some checkpoints to complete")

Review Comment:
   Created a different test with creating a savepoint, and restarting from there



-- 
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...@iceberg.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to