-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Restore a few more service-kind index updates so blocking in ServiceDump works in more cases #6948
Conversation
Codecov Report
@@ Coverage Diff @@
## master #6948 +/- ##
=========================================
Coverage ? 65.66%
=========================================
Files ? 443
Lines ? 53317
Branches ? 0
=========================================
Hits ? 35013
Misses ? 14073
Partials ? 4231
Continue to review full report at Codecov.
|
…ump works in more cases Namely one omission was that check updates for dumped services were not unblocking. Follow-on from #6916
51a3745
to
16ce54e
Compare
For my own edification, I believe the impact of this bug is that in certain circumstances (i.e. places where My conclusions came from looking at the usage of |
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
Hey there, This issue has been automatically locked because it is closed and there hasn't been any activity for at least 30 days. If you are still experiencing problems, or still have questions, feel free to open a new one 👍. |
Namely one omission was that check updates for dumped services were not
unblocking.
Follow-on from #6919
Note: while writing a unit test for this I discovered that the standard ServiceDump didn't wake up a watch as often as the kind version, so that was fixed.