linliu-code commented on code in PR #13959:
URL: https://github.com/apache/hudi/pull/13959#discussion_r2380271996


##########
hudi-utilities/src/test/java/org/apache/hudi/utilities/streamer/TestStreamSync.java:
##########
@@ -389,4 +394,46 @@ public void 
testExtractCheckpointMetadata_WhenCheckpointIsNullV1() {
     expected.put(CHECKPOINT_RESET_KEY, "test-checkpoint");
     assertEquals(expected, result, "Should return default metadata when 
checkpoint is null");
   }
+
+  @Nested
+  class TestsWithoutSetup {

Review Comment:
   Use nested class to avoid the BeforeEach and AfterEach functions that are 
not needed in these tests.



-- 
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]

Reply via email to