-
Notifications
You must be signed in to change notification settings - Fork 462
"OCPBUGS-74101: Fixes the issue in the test TestKubeletConfigMaxPods when AutoNodeSizing is enabled by default" #5555
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
"OCPBUGS-74101: Fixes the issue in the test TestKubeletConfigMaxPods when AutoNodeSizing is enabled by default" #5555
Conversation
…ing is enabled by default
|
Skipping CI for Draft Pull Request. |
|
@ngopalak-redhat: This pull request explicitly references no jira issue. DetailsIn response to this:
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 openshift-eng/jira-lifecycle-plugin repository. |
|
/test all |
|
/retest-required |
|
/retest |
1 similar comment
|
/retest |
|
/lgtm Seems sane to me, and it is passing the e2e now. /verified by e2es This is only a test change, so no QE testing is required. |
|
@djoshy: This PR has been marked as verified by DetailsIn response to this:
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 openshift-eng/jira-lifecycle-plugin repository. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: djoshy, ngopalak-redhat The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
This will need to be backported to 4.21 as well, so might need an actual bug backing it. Unless we can find a staff to override the cherry pick label requirment for 4.21. |
|
@ngopalak-redhat: The following test failed, say
Full PR test history. Your PR dashboard. DetailsInstructions 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. I understand the commands that are listed here. |
21298dd
into
openshift:main
|
/retitle "OCPBUGS-74101: Fixes the issue in the test TestKubeletConfigMaxPods when AutoNodeSizing is enabled by default" |
|
@ngopalak-redhat: Jira Issue Verification Checks: Jira Issue OCPBUGS-74101 Jira Issue OCPBUGS-74101 has been moved to the MODIFIED state and will move to the VERIFIED state when the change is available in an accepted nightly payload. 🕓 DetailsIn response to this:
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 openshift-eng/jira-lifecycle-plugin repository. |
|
/cherry-pick release-4.21 |
|
@djoshy: new pull request created: #5567 DetailsIn response to this:
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. |
- What I did
Reported by @djoshy : https://redhat-internal.slack.com/archives/CK1AE4ZCK/p1768319412897509
The TestKubeletConfigMaxPods test has been failing intermittently since PR #5491 merged. The failure occurs at the allocatable memory assertion:
PR #5491 changed the default behavior for worker nodes:
Before PR #5491:
After PR #5491:
The test at kubeletcfg_test.go:165-173 made an invalid assumption:
What actually happens now:
Solution
I removed the allocatable memory assertion
Related: #5491
- How to verify it
- Description for the changelog