xushiyan commented on code in PR #6534:
URL: https://github.com/apache/hudi/pull/6534#discussion_r957970551
##########
hudi-client/hudi-spark-client/src/test/java/org/apache/hudi/table/action/compact/TestInlineCompaction.java:
##########
@@ -294,8 +294,9 @@ public void testCompactionRetryOnFailureBasedOnTime()
throws Exception {
moveCompactionFromRequestedToInflight(instantTime, cfg);
}
- // When: commit happens after 10s
- HoodieWriteConfig inlineCfg = getConfigForInlineCompaction(5, 10,
CompactionTriggerStrategy.TIME_ELAPSED);
+ // When: commit happens after 1000s. assumption is that, there won't be
any new compaction getting scheduled within 100s, but the previous failed one
will be
Review Comment:
is this gonna add a lot to the running time?
--
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]