-
Notifications
You must be signed in to change notification settings - Fork 453
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
[donode] Fix Data Race in checkoutSeriesWithLock during TestReadNilTimeRanges #3300
[donode] Fix Data Race in checkoutSeriesWithLock during TestReadNilTimeRanges #3300
Conversation
Codecov Report
@@ Coverage Diff @@
## master #3300 +/- ##
=======================================
Coverage 72.4% 72.4%
=======================================
Files 1099 1099
Lines 101504 101506 +2
=======================================
+ Hits 73579 73582 +3
- Misses 22849 22854 +5
+ Partials 5076 5070 -6
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #3300 +/- ##
=======================================
Coverage 72.4% 72.4%
=======================================
Files 1099 1099
Lines 101522 101522
=======================================
Hits 73589 73589
Misses 22846 22846
Partials 5087 5087
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
It looks like this build is failing due to code coverage issues for seemingly unrelated packages. LMK what you'd like to do to move forward. |
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.
Thank you!
* master: [aggregator] Move placement checks to a background job (#3315) [tests] Remove a few more usages of NoOpAllBootstrapper from tests (#3314) [coordinator] make drop timestamp apply to the metric rather than specific rule (#3310) Update server.go (#3298) Fix Data Race in checkoutSeriesWithLock (#3300) [query] Allow configuration of placement options (#3304)
What this PR does / why we need it:
Fixes #3299
Does this PR introduce a user-facing and/or backwards incompatible change?:
Does this PR require updating code package or user-facing documentation?: