pnowojski commented on code in PR #21960:
URL: https://github.com/apache/flink/pull/21960#discussion_r1111797933


##########
flink-runtime/src/test/java/org/apache/flink/runtime/testutils/MiniClusterResource.java:
##########
@@ -199,6 +200,11 @@ private void startMiniCluster() throws Exception {
                 new 
Configuration(miniClusterResourceConfiguration.getConfiguration());
         configuration.setString(
                 CoreOptions.TMP_DIRS, 
temporaryFolder.newFolder().getAbsolutePath());
+        if 
(!configuration.contains(CheckpointingOptions.CHECKPOINTS_DIRECTORY)) {
+            configuration.set(
+                    CheckpointingOptions.CHECKPOINTS_DIRECTORY,
+                    temporaryFolder.newFolder().toURI().toString());

Review Comment:
   nit: can you add a comment why are we setting the `FileSystemStorage`?



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