Backport cli e2e 1.3#2300
Conversation
|
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: Repository: openshift/coderabbit/.coderabbit.yaml Review profile: CHILL Plan: Enterprise 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 |
…literals for oadp-1.3 compatibility
d65b40b to
71d342b
Compare
71d342b to
9f20b0b
Compare
Codecov Report❌ Patch coverage is Please upload reports for the commit 9f20b0b to get more accurate results.
Additional details and impacted files@@ Coverage Diff @@
## oadp-1.3 #2300 +/- ##
============================================
- Coverage 31.36% 29.46% -1.90%
============================================
Files 28 30 +2
Lines 4489 4812 +323
============================================
+ Hits 1408 1418 +10
- Misses 2915 3228 +313
Partials 166 166 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
|
@NicholasYancey: all tests passed! 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. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: kaovilai, NicholasYancey, weshayutin 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 |
Why the changes were made
oadp-1.3 is missing CLI integration test coverage that exists on oadp-1.6. On oadp-1.6, Prow runs
e2e-test-cli-awsto verify backup/restore viakubectl oadp. oadp-1.3 never received this because the operator side was never backported.This PR backports the CLI e2e suite and
TEST_CLIMakefile support from oadp-1.6, pins the runtime oadp-cli clone to theoadp-1.3branch inci-Dockerfile, and addsIsBackupPhaseNotDone/IsRestorePhaseNotDoneas shared exported helpers keeping existing function signatures unchanged to avoid touchingbackup_restore_suite_test.goon the 1.3 dependency line.related: openshift/release#81883
How to test the changes made
On a cluster with OADP installed: