WIP: [4.19] Add support for datasources + backport online resize tests#4758
WIP: [4.19] Add support for datasources + backport online resize tests#4758ema-aka-young wants to merge 6 commits intoRedHatQE:cnv-4.19from
Conversation
* use RHEL Datasource into test_online_resize.py test * Fix PRs comments after review. * Pre-commit run changes applied. * Change PRs review comments. * Change create_rhel_dv location and name. * Fix some suggestions after PR's review * Fix issues requested after PR reviews. * Apply requested changes from PR review. * Apply requested changes from PR review. * Change naming in function from PR review. Signed-off-by: Emanuele Prella <eprella@redhat.com>
Signed-off-by: Emanuele Prella <eprella@redhat.com>
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ 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 |
Co-authored-by: Copilot <copilot@github.com> Signed-off-by: Emanuele Prella <eprella@redhat.com>
…ation Signed-off-by: Emanuele Prella <eprella@redhat.com>
|
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. |
|
RoniKishner can not be added as reviewer. Validation Failed: 422 {"message": "Validation Failed", "errors": ["Could not add requested reviewers to pull request."], "documentation_url": "https://docs.github.com/rest/pulls/review-requests#request-reviewers-for-a-pull-request", "status": "422"} |
Signed-off-by: Emanuele Prella <eprella@redhat.com>
|
/build-and-push-container --build-arg OPENSHIFT_PYTHON_WRAPPER_COMMIT=ed1558c0524362e3cb5267b8e9a902785eb83edc |
|
New container for quay.io/openshift-cnv/openshift-virtualization-tests:pr-4758 published |
|
/wip cancel |
|
/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: |
| yield get_hpp_daemonset(hco_namespace=hco_namespace, hpp_cr_suffix=hpp_cr_suffix_scope_module) | ||
|
|
||
|
|
||
| @pytest.fixture() |
There was a problem hiding this comment.
Test Execution Plan
- Run smoke tests: False (No concrete dependency path found between smoke tests and changed code)
Tests to run:
tests/storage/online_resize/test_online_resize.py— New test module restructured from deletedtest_online_resize.py; verify all new online resize tests passtests/storage/golden_image/test_cached_snapshots.py— Updated to usedata_volume_template_with_source_ref_dict(replacing removeddata_volume_dict_modify_to_source_ref); verify snapshot caching tests passtests/storage/test_wffc.py— Usesdata_volume_template_with_source_ref_dictwhose internal implementation changed (create_dvnow passessource_ref); verify WFFC tests pass
|
Tip For best results, initiate chat on the files or code changes. 🧩 Analysis chain🏁 Script executed: Length of output: 4363 🏁 Script executed: Length of output: 7892 🏁 Script executed: Length of output: 82 🏁 Script executed: Length of output: 3424 |
|
/wip |
Co-authored-by: Copilot <copilot@github.com> Signed-off-by: Emanuele Prella <eprella@redhat.com>
Short description:
To support data sources cloning, we are backporting changes from:
More details:
Depends on RedHatQE/openshift-python-wrapper#2708
What this PR does / why we need it:
Backport changes already present in newer versions, so it would be possible to backport tests that use data sources cloning down to 4.19.
Which issue(s) this PR fixes:
Special notes for reviewer:
jira-ticket:
https://redhat.atlassian.net/browse/CNV-86647