-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Surface errors when waiting for backupRepository #7762
Surface errors when waiting for backupRepository #7762
Conversation
46db678
to
067ce0d
Compare
Wouldn't |
067ce0d
to
9b55d40
Compare
Removed the conditional check on err to always return err. See unit tests changes for updated error values. |
9b55d40
to
5c2592d
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #7762 +/- ##
==========================================
+ Coverage 58.64% 58.66% +0.02%
==========================================
Files 344 344
Lines 28720 28735 +15
==========================================
+ Hits 16843 16858 +15
- Misses 10447 10448 +1
+ Partials 1430 1429 -1 ☔ View full report in Codecov by Sentry. |
770b15e
to
e85d824
Compare
Make errors such as those found in vmware-tanzu#6928 (comment) Makes errors easier to understand than "timed out waiting for the condition" Signed-off-by: Tiger Kaovilai <tkaovila@redhat.com>
e85d824
to
2c6853b
Compare
Make errors such as those found in #6928 (comment)
Makes errors easier to understand than "timed out waiting for the condition"
Signed-off-by: Tiger Kaovilai tkaovila@redhat.com
Thank you for contributing to Velero!
Please add a summary of your change
Does your change fix a particular issue?
Fixes #(issue)
Please indicate you've done the following:
/kind changelog-not-required
as a comment on this pull request.site/content/docs/main
.