OCPBUGS-100115: E2E: LLC: Restore uncore cache annotation to true - #1570
OCPBUGS-100115: E2E: LLC: Restore uncore cache annotation to true#1570mrniranjan wants to merge 1 commit into
Conversation
|
Thanks to @oblau for catching this |
WalkthroughThe LLC policy test now defers restoration of the original performance profile annotation, updates the profile, and waits for tuning to return to the updated state after the test completes. ChangesLLC policy test cleanup
Estimated code review effort: 2 (Simple) | ~10 minutes Suggested reviewers: 🚥 Pre-merge checks | ✅ 15✅ Passed checks (15 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
PR Summary by QodoE2E LLC: restore uncore cache alignment annotation after disabling test
AI Description
Diagram
High-Level Assessment
Files changed (1)
|
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@test/e2e/performanceprofile/functests/13_llc/llc.go`:
- Line 274: Move the DeferCleanup registration in the LLC profile test before
the first profile mutation, ensuring it is established before the update, tuning
waits, and kubelet assertions. Keep the cleanup behavior unchanged so failures
during those steps still restore prefer-align-cpus-by-uncorecache.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Repository: openshift/coderabbit/.coderabbit.yaml
Review profile: CHILL
Plan: Pro Plus
Run ID: 396756f3-c26b-49d1-834c-fa957854e2a9
📒 Files selected for processing (1)
test/e2e/performanceprofile/functests/13_llc/llc.go
Code Review by Qodo
1.
|
Earlier in test_id: 77724 we disaled prefer-align-cpus-by-uncorecache but never enabled it back causing further tests to always run with prefer-align-cpus-by-uncorecache disabled Add a deferCleanup so that prefer-align-cpus-by-uncorecache is reenabled Signed-off-by: Niranjan M.R <mniranja@redhat.com>
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ffromani, mrniranjan 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 |
|
@mrniranjan: This pull request references Jira Issue OCPBUGS-100115, which is valid. The bug has been moved to the POST state. 3 validation(s) were run on this bug
The bug has been updated to refer to the pull request using the external bug tracker. 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. |
|
/retest-required |
|
/verified by @mrniranjan |
|
@mrniranjan: 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. |
|
@mrniranjan: The following tests 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. |
Earlier in test_id: 77724 we disaled prefer-align-cpus-by-uncorecache but never enabled it back causing further tests to always run with prefer-align-cpus-by-uncorecache disabled
Add a deferCleanup so that prefer-align-cpus-by-uncorecache is re-enabled
Summary by CodeRabbit