codope commented on a change in pull request #3259:
URL: https://github.com/apache/hudi/pull/3259#discussion_r677425971
##########
File path:
hudi-utilities/src/test/java/org/apache/hudi/utilities/functional/TestHoodieDeltaStreamer.java
##########
@@ -1115,6 +1125,47 @@ public void testAsyncClusteringServiceWithCompaction()
throws Exception {
});
}
+ @Test
+ public void testHoodieAsyncClusteringJobWithScheduleAndExecute() throws
Exception {
Review comment:
I see a lot of common code between this test and
`testHoodieAsyncClusteringJob`. Shall we extract it to common private method?
The try-catch part is only different, which can remain in the test method.
--
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]