Skip to content

Commit 87a5c77

Browse files
committed
lower ratio for threshold compairsion in ND
Signed-off-by: Ajay Mishra <ajmishra@nvidia.com>
1 parent e30e4a2 commit 87a5c77

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

node-drainer/pkg/initializer/init_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ func TestInitializeKubernetesClient_RateLimitScenarios_InitializedInformersUseCo
112112
throughputRatio := highRate / lowRate
113113
t.Logf("initialized eviction throughput: low QPS=%.2f pods/s, high QPS=%.2f pods/s, ratio=%.2fx",
114114
lowRate, highRate, throughputRatio)
115-
assert.GreaterOrEqual(t, throughputRatio, 8.0)
115+
assert.GreaterOrEqual(t, throughputRatio, 6.0)
116116
assert.LessOrEqual(t, throughputRatio, 11.0)
117117
}
118118

0 commit comments

Comments
 (0)