Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,8 @@ public void testAutoscaling_maxAllocationsSafeguard() {
}

public void testAutoscaling_scaleDownToZeroAllocations() {
assumeTrue("Should only run if adaptive allocations feature flag is enabled", ScaleToZeroFeatureFlag.isEnabled());

AdaptiveAllocationsScaler adaptiveAllocationsScaler = new AdaptiveAllocationsScaler("test-deployment", 1);
// 1 hour with 1 request per 1 seconds, so don't scale.
for (int i = 0; i < 3600; i++) {
Expand Down
Loading