kbuci commented on code in PR #18302:
URL: https://github.com/apache/hudi/pull/18302#discussion_r3013222324
##########
hudi-client/hudi-client-common/src/test/java/org/apache/hudi/client/TestBaseHoodieTableServiceClient.java:
##########
@@ -242,6 +251,231 @@ void
cleanerPlanIsCalledWithInflightCleanAndAllowMultipleCleans() throws IOExcep
verify(mockMetaClient).reloadActiveTimeline();
}
+ // --- Tests for clustering expiration logic ---
+
+ @Test
+ void isClusteringInstantEligibleForRollback_returnsFalseWhenConfigDisabled()
throws IOException {
Review Comment:
I added this for a few tests (i think the clustering action change happened
before/after v8?)
--
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]