-
Notifications
You must be signed in to change notification settings - Fork 880
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(controller): rollback should skip all steps to active rs within RollbackWindow #2953
fix(controller): rollback should skip all steps to active rs within RollbackWindow #2953
Conversation
96303fa
to
9921cba
Compare
9921cba
to
f80863b
Compare
af059e3
to
262c1b4
Compare
9ce8241
to
e8ac154
Compare
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## master #2953 +/- ##
=======================================
Coverage 81.75% 81.76%
=======================================
Files 134 134
Lines 20377 20386 +9
=======================================
+ Hits 16659 16668 +9
Misses 2861 2861
Partials 857 857
☔ View full report in Codecov by Sentry. |
1ffc1ab
to
be07a73
Compare
c4187af
to
d42be54
Compare
521c90e
to
7e7fd26
Compare
3b32b6b
to
c4940f1
Compare
@zachaller can you take a look on this, the issue is blocking us from using RollbackWindow in our production deployment. |
@zachaller want to surface this again. thanks! Happy Friday! |
Resolve argoproj#2939 Signed-off-by: Andy Chen <[email protected]>
…active Signed-off-by: Andy Chen <[email protected]>
Signed-off-by: Andy Chen <[email protected]>
18ddda0
to
d843ecc
Compare
…anary_rollback_to_active_rs_in_rollbackwindow
SonarCloud Quality Gate failed. 0 Bugs No Coverage information Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
…ollbackWindow (#2953) * fix(canary): skip steps when in rollback window and rs is still active Resolve #2939 Signed-off-by: Andy Chen <[email protected]> * test(canary): add case where rollback when in window and rs is still active Signed-off-by: Andy Chen <[email protected]> * test(replicaset): add test case for IsActive function Signed-off-by: Andy Chen <[email protected]> --------- Signed-off-by: Andy Chen <[email protected]> Co-authored-by: Yohan Belval <[email protected]> Co-authored-by: zachaller <[email protected]>
Resolve #2939
Checklist:
"fix(controller): Updates such and such. Fixes #1234"
.