fix: add client to StorageProfile resource in virt.py#4404
fix: add client to StorageProfile resource in virt.py#4404rnetser merged 1 commit intoRedHatQE:mainfrom
Conversation
Signed-off-by: rkishner <[email protected]>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes 🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ 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 |
|
Report bugs in Issues Welcome! 🎉This pull request will be automatically processed with the following features: 🔄 Automatic Actions
📋 Available CommandsPR Status Management
Review & Approval
Testing & Validation
Container Operations
Cherry-pick Operations
Label Management
✅ Merge RequirementsThis PR will be automatically approved when the following conditions are met:
📊 Review ProcessApprovers and ReviewersApprovers:
Reviewers:
Available Labels
AI Features
💡 Tips
For more information, please refer to the project documentation or contact the maintainers. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #4404 +/- ##
==========================================
+ Coverage 98.63% 98.65% +0.02%
==========================================
Files 25 25
Lines 2420 2459 +39
==========================================
+ Hits 2387 2426 +39
Misses 33 33
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
/verified |
Test execution plan request detailsCRITICAL: You MUST post an inline review comment on the first changed line of the first file. As an expert software testing engineer, analyze all modified files in this PR and create a targeted test execution plan. Analysis Requirements:
Your deliverable: Test Execution Plan
Guidelines:
Hardware-Related Checks (SR-IOV, GPU, DPDK): When PR modifies fixtures for hardware-specific resources:
CRITICAL WORKFLOW COMPLETION RULES: When responding to this test execution plan request, you MUST follow these rules EXACTLY:
ABSOLUTE PROHIBITIONS (violating these creates empty/meaningless reviews):
Remember: The pull request review is visible to users. Additional comments are redundant noise. CRITICAL: Before setting "Run smoke tests: True", you MUST use shell scripts to: |
|
Tip For best results, initiate chat on the files or code changes. 🧩 Analysis chain🏁 Script executed: Length of output: 1502 🏁 Script executed: Length of output: 40 🏁 Script executed: Length of output: 1735 🧠 Learnings used |
|
smoke test passed all except 1 test due to a knows bug - https://redhat.atlassian.net/browse/CNV-84099 |
|
/approve |
|
New container for quay.io/openshift-cnv/openshift-virtualization-tests:latest published |
##### Short description: add client to StorageProfile resource in virt.py ##### More details: The StorageProfile class is created without a client, which is a must field from the next openshift-wrapper release. ##### What this PR does / why we need it: Fix deprecation warning showing ##### jira-ticket: <!-- full-ticket-url needs to be provided. This would add a link to the pull request to the jira and close it when the pull request is merged If the task is not tracked by a Jira ticket, just write "NONE". --> https://redhat.atlassian.net/browse/CNV-68519 <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Bug Fixes** * Enhanced storage configuration handling to properly resolve access modes in fallback scenarios, improving reliability of storage profile initialization. <!-- end of auto-generated comment: release notes by coderabbit.ai --> Signed-off-by: rkishner <[email protected]>
##### Short description: add client to StorageProfile resource in virt.py ##### More details: The StorageProfile class is created without a client, which is a must field from the next openshift-wrapper release. ##### What this PR does / why we need it: Fix deprecation warning showing ##### jira-ticket: <!-- full-ticket-url needs to be provided. This would add a link to the pull request to the jira and close it when the pull request is merged If the task is not tracked by a Jira ticket, just write "NONE". --> https://redhat.atlassian.net/browse/CNV-68519 <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Bug Fixes** * Enhanced storage configuration handling to properly resolve access modes in fallback scenarios, improving reliability of storage profile initialization. <!-- end of auto-generated comment: release notes by coderabbit.ai --> Signed-off-by: rkishner <[email protected]> Signed-off-by: Adam Cinko <[email protected]>
Short description:
add client to StorageProfile resource in virt.py
More details:
The StorageProfile class is created without a client, which is a must field from the next openshift-wrapper release.
What this PR does / why we need it:
Fix deprecation warning showing
jira-ticket:
https://redhat.atlassian.net/browse/CNV-68519
Summary by CodeRabbit