Skip to content

Commit

Permalink
[hotfix][tests] Disables cool down phase for faster test execution
Browse files Browse the repository at this point in the history
1996fanrui committed Feb 8, 2024
1 parent 777e96f commit 9d7de68
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -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));

// speed the test suite up
// - lower refresh interval -> controls how fast we invalidate ExecutionGraphCache

0 comments on commit 9d7de68

Please sign in to comment.