-
Notifications
You must be signed in to change notification settings - Fork 40.9k
DRA E2E: serialize costly test #132688
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DRA E2E: serialize costly test #132688
Conversation
After enabling more tests in 00dd610, periodic ci-kind-dra-all became unstable, with random flakes at the time when the "supports sharing a claim sequentially". Probably the cluster became overwhelmed by the number of pods which wanted to run in parallel. Running this tests in the serial phase of a Ginkgo run should fix this.
Skipping CI for Draft Pull Request. |
This issue is currently awaiting triage. If a SIG or subproject determines this is a relevant issue, they will accept it by applying the The Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: pohly The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Depends on kubernetes/test-infra#35070 for testing. |
/test pull-kubernetes-kind-dra-all-slow |
https://prow.k8s.io/view/gs/kubernetes-ci-logs/pr-logs/pull/132688/pull-kubernetes-kind-dra-all-slow/1940481958467342336 succeeded, so this seems to help. Let's merge it and see how the periodic job reacts (should be identical, though). |
/assign @bart0sh |
/lgtm |
LGTM label has been added. Git tree hash: 8e1db24bcfd92e967bd81fc87af12758a7b383dd
|
What type of PR is this?
/kind cleanup
/kind failing-test
/kind flake
What this PR does / why we need it:
After enabling more tests in 00dd610, periodic ci-kind-dra-all became unstable, with random flakes at the time when the "supports sharing a claim sequentially". Probably the cluster became overwhelmed by the number of pods which wanted to run in parallel. Running this tests in the serial phase of a Ginkgo run should fix this.
Which issue(s) this PR is related to:
Failing:
N/A
Special notes for your reviewer:
Does this PR introduce a user-facing change?
Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.: