cshuo commented on code in PR #12995:
URL: https://github.com/apache/hudi/pull/12995#discussion_r2005176084
##########
hudi-flink-datasource/hudi-flink/src/test/java/org/apache/hudi/table/ITTestHoodieDataSource.java:
##########
@@ -2266,7 +2266,7 @@ void testDynamicPartitionPrune(HoodieTableType tableType,
boolean hiveStyleParti
// write second commit
TestData.writeData(TestData.DATA_SET_INSERT_SEPARATE_PARTITION, conf);
// stop the streaming query and get data
- List<Row> actualResult = fetchResult(streamTableEnv, tableResult, 10);
+ List<Row> actualResult = fetchResult(streamTableEnv, tableResult, 60);
Review Comment:
ITTestDataStreamWrite#testWriteMergeOnReadWithCompaction is flaky because
sometimes 35s is not enough to complete the compaction.
https://github.com/apache/hudi/blob/118772a82491dd9380a22c7e37bb180e56b8fca0/hudi-flink-datasource/hudi-flink/src/test/java/org/apache/hudi/sink/ITTestDataStreamWrite.java#L352
--
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]