-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
fix(backup): modify list recovery points call #5996
fix(backup): modify list recovery points call #5996
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #5996 +/- ##
==========================================
+ Coverage 89.95% 89.96% +0.01%
==========================================
Files 1147 1147
Lines 35608 35611 +3
==========================================
+ Hits 32031 32039 +8
+ Misses 3577 3572 -5
|
💚 All backports created successfully
Questions ?Please refer to the Backport tool documentation and see the Github Action logs for details |
(cherry picked from commit 2ce8e1f)
(cherry picked from commit 2ce8e1f)
💚 All backports created successfully
Questions ?Please refer to the Backport tool documentation and see the Github Action logs for details |
💔 All backports failed
Manual backportTo create the backport manually run:
Questions ?Please refer to the Backport tool documentation and see the Github Action logs for details |
(cherry picked from commit 2ce8e1f)
💚 All backports created successfully
Questions ?Please refer to the Backport tool documentation and see the Github Action logs for details |
(cherry picked from commit 2ce8e1f)
💚 All backports created successfully
Questions ?Please refer to the Backport tool documentation and see the Github Action logs for details |
(cherry picked from commit 2ce8e1f)
💚 All backports created successfully
Questions ?Please refer to the Backport tool documentation and see the Github Action logs for details |
Context
@jfagoagas notified an issue when an object is empty in the call from Backup “Listing Recovery Points”:
Description
Added a condition to check if the recovery point list is empty or if the ARN does not exist. In such cases, no recovery point will be added to the list.
Checklist
License
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.