-
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]: Flaky Test: TestSpanProcessorWithOnDroppedSpanOption #4450
Comments
I think it is a concurrent problem. jaeger/cmd/collector/app/span_processor_test.go Lines 657 to 683 in 5c3c20d
Below is the code for the consume part of the jaeger/pkg/queue/bounded_queue.go Lines 67 to 97 in 5c3c20d
If I change the test like below, then it will fail almost every time:
And the error is the same:
I will think about how to write the test. |
What happened?
PR (note changes are unrelated to the test failure): #4446
Test failure link
https://github.com/jaegertracing/jaeger/actions/runs/4919763496/jobs/8787773908?pr=4446#step:7:590
Retrying the test job resulted in all tests passing.
Steps to reproduce
Could not reproduce.
Failing test was introduced from this PR: #4387
Expected behavior
Tests to pass.
Relevant log output
Screenshot
No response
Additional context
No response
Jaeger backend version
No response
SDK
No response
Pipeline
No response
Stogage backend
No response
Operating system
No response
Deployment model
No response
Deployment configs
No response
The text was updated successfully, but these errors were encountered: