-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
[Bug]: Race condition detected in tests #4340
Comments
Based on the code in |
@yurishkuro I spent some time trying to debug this . Unfortunately, i was not able to reproduce this error. However, I wanted to discuss this part of code following it from trace stack
which is this mentions that LogF is safe for concurrent use.
How does this get called shouldn't logf called above be a implementation within which is this
LogF here is method to common struct , and inside common struct we see
And since the error Please take a look if i am thinking in the right direction? |
The race detector complains about this access to The comment above that line says that the |
@yurishkuro , i see that server here was not closed. Closed it in PR #4344 |
I couldn't find anything else wrong the test function :/ |
## Which problem is this PR solving? - Resolves #4340 ## Short description of the changes - Server in test case was not closed --------- Signed-off-by: ChillOrb <[email protected]>
This could be a good first issue for someone inclined to troubleshoot things.
What happened?
https://github.com/jaegertracing/jaeger/actions/runs/4518004921/jobs/7957592851#step:7:909
Steps to reproduce
unknown, these tests did not fail in the past
Expected behavior
no race
Relevant log output
The text was updated successfully, but these errors were encountered: