-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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 race in event logs #1786
Fix race in event logs #1786
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1786 +/- ##
==========================================
- Coverage 46.71% 46.27% -0.45%
==========================================
Files 135 137 +2
Lines 6347 6492 +145
==========================================
+ Hits 2965 3004 +39
- Misses 3083 3188 +105
- Partials 299 300 +1
Continue to review full report at Codecov.
|
kokoro is green but didn't get the status update |
a2f18d2
to
5ad31c2
Compare
Signed-off-by: David Gageot <david@gageot.net>
Signed-off-by: David Gageot <david@gageot.net>
Signed-off-by: David Gageot <david@gageot.net>
Signed-off-by: David Gageot <david@gageot.net>
Signed-off-by: David Gageot <david@gageot.net>
And return a deep copy of the state Signed-off-by: David Gageot <david@gageot.net>
5ad31c2
to
697ab63
Compare
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.
my syncing needs a little work :) thanks for fixing
not sure what's going on with travis, I restarted the job but it doesn't wanna queue itself for some reason 🤷♂️ |
@nkubala This PR fixes three races in the eventing code.