rkhachatryan commented on code in PR #28558:
URL: https://github.com/apache/flink/pull/28558#discussion_r3491674329


##########
flink-test-utils-parent/flink-test-utils/src/main/java/org/apache/flink/streaming/util/TestStreamEnvironment.java:
##########
@@ -149,7 +149,7 @@ private static void randomizeConfiguration(MiniCluster 
miniCluster, Configuratio
             randomize(
                     conf, 
CheckpointingOptions.UNALIGNED_RECOVER_OUTPUT_ON_DOWNSTREAM, true, false);
             randomize(
-                    conf, 
CheckpointingOptions.CHECKPOINTING_DURING_RECOVERY_ENABLED, true, false);
+                    conf, 
CheckpointingOptions.CHECKPOINTING_DURING_RECOVERY_ENABLED, true);

Review Comment:
   Thanks!
   Updated the config.



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