-
Notifications
You must be signed in to change notification settings - Fork 867
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: do not require pod readiness when switching desired service selector on abort #3338
fix: do not require pod readiness when switching desired service selector on abort #3338
Conversation
…en two controllers with pod readiness gates Signed-off-by: Zach Aller <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #3338 +/- ##
==========================================
+ Coverage 81.82% 82.86% +1.04%
==========================================
Files 135 135
Lines 20688 16841 -3847
==========================================
- Hits 16928 13956 -2972
+ Misses 2886 2010 -876
- Partials 874 875 +1 ☔ View full report in Codecov by Sentry. |
Go Published Test Results2 106 tests 2 106 ✅ 2m 50s ⏱️ Results for commit 38ab9c6. ♻️ This comment has been updated with latest results. |
E2E Tests Published Test Results 4 files 4 suites 3h 25m 24s ⏱️ For more details on these failures, see this check. Results for commit 38ab9c6. ♻️ This comment has been updated with latest results. |
Signed-off-by: Zach Aller <[email protected]>
Signed-off-by: Zach Aller <[email protected]>
Signed-off-by: Zach Aller <[email protected]>
Signed-off-by: Zach Aller <[email protected]>
Quality Gate passedKudos, no new issues were introduced! 0 New issues |
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.
LGTM
…ctor on abort (#3338) * do not switch service selectors back when using alb due to race between two controllers with pod readiness gates Signed-off-by: Zach Aller <[email protected]> * update tests for alb Signed-off-by: Zach Aller <[email protected]> * lets not check for readiness instead Signed-off-by: Zach Aller <[email protected]> * clean up notes Signed-off-by: Zach Aller <[email protected]> * fix / Signed-off-by: Zach Aller <[email protected]> --------- Signed-off-by: Zach Aller <[email protected]>
No description provided.