Merge pull request #104881 from MikeSpreitzer/relax-queueset-tests

Widen margins of TestDifferentWidths and TestTooWide
This commit is contained in:
Kubernetes Prow Robot 2021-09-09 19:49:59 -07:00 committed by GitHub
commit 51ff4bb814
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -696,7 +696,7 @@ func TestDifferentWidths(t *testing.T) {
concurrencyLimit: 6,
evalDuration: time.Second * 20,
expectedFair: []bool{true},
expectedFairnessMargin: []float64{0.1},
expectedFairnessMargin: []float64{0.16},
expectAllRequests: true,
evalInqueueMetrics: true,
evalExecutingMetrics: true,
@ -735,7 +735,7 @@ func TestTooWide(t *testing.T) {
concurrencyLimit: 6,
evalDuration: time.Second * 40,
expectedFair: []bool{true},
expectedFairnessMargin: []float64{0.35},
expectedFairnessMargin: []float64{0.38},
expectAllRequests: true,
evalInqueueMetrics: true,
evalExecutingMetrics: true,