dmvk commented on a change in pull request #16652:
URL: https://github.com/apache/flink/pull/16652#discussion_r686621824



##########
File path: 
flink-tests/src/test/java/org/apache/flink/test/checkpointing/CheckpointStoreITCase.java
##########
@@ -63,7 +61,10 @@
 
     private static final Configuration CONFIGURATION =
             new Configuration()
-                    .set(HighAvailabilityOptions.HA_MODE, 
TestingHAFactory.class.getName());
+                    .set(
+                            HighAvailabilityOptions.HA_MODE,
+                            
BlockingHighAvailabilityServiceFactory.class.getName())
+                    .set(JobManagerOptions.SCHEDULER, Adaptive);

Review comment:
       🤦 This is a leftover from testing. The previous version of this test did 
not support adaptive scheduler so I wanted to ensure this works with a new 
version.
   
   Removed.




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