tomtongue commented on code in PR #9670: URL: https://github.com/apache/iceberg/pull/9670#discussion_r1490970717
########## spark/v3.5/spark-extensions/src/test/java/org/apache/iceberg/spark/extensions/TestDelete.java: ########## @@ -1166,7 +1151,7 @@ public synchronized void testDeleteWithSnapshotIsolation() for (int numOperations = 0; numOperations < 20; numOperations++) { while (shouldAppend.get() && barrier.get() < numOperations * 2) { - sleep(10); + sleep(200); Review Comment: thanks! yes, the test seems to be flaky. After the updates, the test sometimes failed and sometimes succeeded. I was investigating the issue, but let me update the part with `Awaitlity`. -- 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