-
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
Unit tests fail on go-tip #6198
Comments
@yurishkuro This seems to be due to parallel execution of TestCollectorProxy which conflicts with global state variable gRPCTarget. To keep parallelization, we would need an abstraction to prevent metric name collisions. |
+1 Test failed when I try to re-run it after multiple itterations because of the concurrent nature as we are using Should we considering removing it or using |
where is this called? |
Inside Here is that code block:
in non parallel nature |
ok, good catch. Yes, we should initialize this via |
I've seen this fail twice, with the same error. It could indicate a real problem.
https://github.com/jaegertracing/jaeger/actions/runs/11789532893/job/32838429890
The text was updated successfully, but these errors were encountered: