gaborgsomogyi commented on code in PR #26977:
URL: https://github.com/apache/flink/pull/26977#discussion_r2338957968


##########
flink-runtime/src/test/java/org/apache/flink/runtime/checkpoint/filemerging/FileMergingSnapshotManagerTestBase.java:
##########
@@ -646,6 +646,39 @@ public void testManagedDirCleanup() throws Exception {
         assertThat(fs.exists(sharedDirOfSubtask1)).isTrue();
         assertThat(fs.exists(sharedDirOfSubtask2)).isTrue();
         assertThat(fs.exists(exclusiveDir)).isTrue();
+

Review Comment:
   It's optional but since I see case1,2,3,4 maybe we can separate them to read 
it better, like `testManagedDirCleanupNoCheckpointTriggered` or something.



-- 
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: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to