-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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(vipergc-574): Use selected shelve duration for fault management #7890
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #7890 +/- ##
==========================================
+ Coverage 57.61% 64.97% +7.36%
==========================================
Files 676 434 -242
Lines 27351 13592 -13759
Branches 2685 0 -2685
==========================================
- Hits 15759 8832 -6927
+ Misses 11257 4760 -6497
+ Partials 335 0 -335
... and 369 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
@@ -35,7 +35,7 @@ export const DEFAULT_SHELVE_DURATIONS = [ | |||
value: 900000 | |||
}, | |||
{ | |||
name: 'Indefinite', | |||
name: 'Unlimited', |
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.
ah, nice catch
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.
Nice work! Tested locally, looking good.
Closes VIPERGC-574
Closes #7853
Describe your changes:
All Submissions:
Author Checklist
type:
label? Note: this is not necessarily the same as the original issue.Reviewer Checklist