wombatu-kun commented on code in PR #19758:
URL: https://github.com/apache/hudi/pull/19758#discussion_r3922022640
##########
hudi-spark-datasource/hudi-spark/src/test/java/org/apache/hudi/client/TestHoodieClientMultiWriter.java:
##########
@@ -753,6 +753,8 @@ public void
testMultiWriterWithInsertsToDistinctPartitions(HoodieTableType table
throw new RuntimeException(e);
}
}));
+ // Add small wait time to avoid flakiness
+ Thread.sleep(100);
Review Comment:
createCommitWithInsertsForPartition passes assertForCommit=false into
insertBatch, so the assertions that still run here do not depend on
lock-acquisition order and an ordering problem would surface as a thrown
exception instead. Do you have the failing output that motivated this?
--
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]