echauchot commented on code in PR #22985: URL: https://github.com/apache/flink/pull/22985#discussion_r1321266685
########## flink-runtime/src/test/java/org/apache/flink/runtime/scheduler/adaptive/ExecutingTest.java: ########## @@ -496,6 +556,8 @@ private final class ExecutingStateBuilder { TestingDefaultExecutionGraphBuilder.newBuilder() .build(EXECUTOR_RESOURCE.getExecutor()); private OperatorCoordinatorHandler operatorCoordinatorHandler; + private Duration scalingIntervalMin = Duration.ZERO; Review Comment: no, this builder is used also for the other tests. So it is initialized with a conservative default (cooldown period disabled). It the cooldown tests, this value is set to > 0 -- 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