XComp commented on code in PR #24246: URL: https://github.com/apache/flink/pull/24246#discussion_r1481446503
########## flink-tests/src/test/java/org/apache/flink/test/checkpointing/AutoRescalingITCase.java: ########## @@ -163,6 +163,8 @@ public void setup() throws Exception { NettyShuffleEnvironmentOptions.NETWORK_BUFFERS_PER_CHANNEL, buffersPerChannel); config.set(JobManagerOptions.SCHEDULER, JobManagerOptions.SchedulerType.Adaptive); + // Disable the scaling cooldown to speed up the test + config.set(JobManagerOptions.SCHEDULER_SCALING_INTERVAL_MIN, Duration.ofMillis(0)); Review Comment: The commit message needs to be changed to someting like `[hotfix][tests] Disables cool down phase for faster test execution` -- 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