kubernetes-sigs / kueue

Kubernetes-native Job Queueing
https://kueue.sigs.k8s.io
Apache License 2.0
1.33k stars 232 forks source link

Flaky Performance Test: checker_test #2708

Open IrvingMg opened 1 month ago

IrvingMg commented 1 month ago

What happened: Flaky test for test/performance/scheduler/checker TestScalability.

=== Failed
=== FAIL: test/performance/scheduler/checker TestScalability/WorkloadClasses/large (0.00s)
    checker_test.go:117: Average wait for admission 11213ms is more then expected 11000ms

What you expected to happen: Errors have never been seen.

How to reproduce it (as minimally and precisely as possible): https://prow.k8s.io/view/gs/kubernetes-jenkins/pr-logs/pull/kubernetes-sigs_kueue/2642/pull-kueue-test-scheduling-perf-main/1816858084459417600

Anything else we need to know?:

Environment:

IrvingMg commented 1 month ago

/kind flake

trasc commented 1 month ago

/assign

trasc commented 1 month ago

This looks to be caused just by a high load in the test infra.

We can keep it open for tracking purposes.