-
Notifications
You must be signed in to change notification settings - Fork 151
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(qa): cleanup SecretService #14657
base: rox-28100-retry-grpc-call
Are you sure you want to change the base?
Conversation
This change is part of the following stack: Change managed by git-spice. |
Images are ready for the commit at b5afab4. To use with deploy scripts, first |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## rox-28100-retry-grpc-call #14657 +/- ##
==========================================================
Coverage 49.16% 49.16%
==========================================================
Files 2532 2532
Lines 185503 185548 +45
==========================================================
+ Hits 91203 91228 +25
- Misses 87069 87082 +13
- Partials 7231 7238 +7
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:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- I'm assuming
@Retry
has some built-in sleep and appropriate logging? - Why are we bothering with making these tests nicer if there is now an officially blessed goal of migrating away from groovy?
|
Description
This PR uses
@Retry
annotation to cleanup SecretService.Instead of returning false/null let's throw an exception and have explicit failure when secret could not be created.
Testing
Automated testing
How I validated my change
CI