-
Notifications
You must be signed in to change notification settings - Fork 40k
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
fix: split TestCoreResourceEnqueue to deal with the timeout issue #128765
Conversation
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. |
8580ab8
to
96c05a6
Compare
/kind flake |
5c76b80
to
21b8cde
Compare
/retest |
21b8cde
to
a7ebc38
Compare
@alculquicondor @aojea @pacoxu if we consider it should be included in v1.32, can anyone put the milestone to get it in? |
a7ebc38
to
fa2edfb
Compare
/lgtm |
LGTM label has been added. Git tree hash: b6af4c89c9cb7cc9587f6a767f215ffee34cc2ba
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/approve
just a couple of nits
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: alculquicondor, sanposhiho 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 |
fa2edfb
to
429abe3
Compare
/milestone v1.32 |
/lgtm |
LGTM label has been added. Git tree hash: 00783021da94b0ae0a2448eff0fd750bf2d631f1
|
What type of PR is this?
/kind feature
What this PR does / why we need it:
test/integration/scheduler/queueing/queue_test.go hits the timeout sometimes, and we should split some tests to reduce the whole execution time.
This PR moves
TestCoreResourceEnqueue
, which should take the largest time, out of test/integration/scheduler/queueing/queue_test.go.And, furthermore, it decides
TestCoreResourceEnqueue
into the ones with the QHint feature gate enabled, and the ones with disabled.And we could eventually remove test/integration/scheduler/queueing/former/ once the QHint reaches GA.
Which issue(s) this PR fixes:
Fixes #128688
Special notes for your reviewer:
Does this PR introduce a user-facing change?
Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.: