vinothchandar commented on code in PR #9255:
URL: https://github.com/apache/hudi/pull/9255#discussion_r1456386280
##########
hudi-client/hudi-spark-client/src/test/java/org/apache/hudi/client/TestHoodieClientMultiWriter.java:
##########
@@ -481,6 +481,7 @@ public void
testMultiWriterWithAsyncTableServicesWithConflict(HoodieTableType ta
final SparkRDDWriteClient client3 = getHoodieWriteClient(cfg);
// Create upserts, schedule cleaning, schedule compaction in parallel
+ String fourthInstantTime = HoodieActiveTimeline.createNewInstantTime();
Review Comment:
@Zouxxyy we are trying to reduce flaky tests before we pick up pace on the
reviews. Do you think these changes make the test less flaky? if so, love to
land this in a minor PR first if possible.
--
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]