-
Notifications
You must be signed in to change notification settings - Fork 183
PMM-14442 Fix the data race #4786
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
Conversation
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## v3 #4786 +/- ##
==========================================
+ Coverage 45.68% 45.73% +0.05%
==========================================
Files 364 364
Lines 37759 37752 -7
==========================================
+ Hits 17249 17265 +16
+ Misses 18851 18831 -20
+ Partials 1659 1656 -3
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
729ccb6 to
15b6ad0
Compare
dde6ba7 to
fb0d8c8
Compare
| }() | ||
|
|
||
| args := []string{"-dryRun", "-promscrape.config", f.Name()} | ||
| args := []string{"-promscrape.config.dryRun=true", "-promscrape.config", f.Name()} |
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.
The syntax changed in this version.
a1ae299 to
c1f2e45
Compare
|
Great job, seems I am not able to hit it anymore and crash PMM server down. I will create ticket about go routines without reacting on context in rest of PMM repo. |
PMM-14442
Link to the Feature Build: SUBMODULES-4132
If this PR is related to some other PRs in this or other repositories, please provide links to those PRs: