-
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: make sure we use the updated rs when we write back to informer #3237
Conversation
Signed-off-by: Zach Aller <[email protected]>
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
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
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #3237 +/- ##
==========================================
+ Coverage 81.81% 81.82% +0.01%
==========================================
Files 135 135
Lines 20625 20627 +2
==========================================
+ Hits 16874 16879 +5
+ Misses 2880 2877 -3
Partials 871 871 ☔ View full report in Codecov by Sentry. |
…rgoproj#3237) Signed-off-by: Zach Aller <[email protected]> Signed-off-by: ashutosh16 <[email protected]>
…rgoproj#3237) Signed-off-by: Zach Aller <[email protected]>
…3237) Signed-off-by: Zach Aller <[email protected]>
We do this in addScaleDownDelay as well this was just missing and so we are writing the same value we pass into the function instead of the updated rs.