codope commented on code in PR #9671:
URL: https://github.com/apache/hudi/pull/9671#discussion_r1321024336
##########
hudi-utilities/src/test/java/org/apache/hudi/utilities/deltastreamer/TestHoodieDeltaStreamer.java:
##########
@@ -1377,34 +1399,39 @@ private void
testAsyncClusteringService(HoodieRecordType recordType) throws Exce
UtilitiesTestBase.Helpers.deleteFileFromDfs(fs, tableBasePath);
}
+ @Timeout(600)
+ @Test
+ public void testAsyncClusteringServiceWithConflictsAvro() throws Exception {
Review Comment:
so whenever it's flaky it's only for AVRO record type?
##########
hudi-client/hudi-spark-client/src/test/java/org/apache/hudi/io/TestHoodieTimelineArchiver.java:
##########
@@ -603,7 +604,7 @@ public void testReadArchivedCompactionPlan() throws
Exception {
}
}
- @Test
+ @RepeatedTest(50)
Review Comment:
revert? maybe only for reproducing locally.
--
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]