-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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: TestExporterShutdown fail sometimes cause of DeadlineExceeded or context canceled #2686
Comments
I can try to take a look into this if that's alright. |
Taking a look into this I'm not sure what the issue is if someone else wants to take a look. My suspicion is that it has something to do with the improper context being grabbed after creation, but I'm newer to Golang and not sure how to resolve issue. |
Hi @hanyuancheung Could you provide the steps to reproduce this again? Seems like the links that you mentioned in the description do not have the data now. |
@Kaushal28 Can you review #3989 and #3990? When I reproduced the problem(s) it was easier for me to try to fix them, but I would appreciate your reviews. |
Description
When running
make test-race
on workflows, there is something wrong that happened. This issue looks like an occasional occurrence, which makes workflow fail sometimes.Steps To Reproduce
https://github.com/open-telemetry/opentelemetry-go/runs/5614008610?check_suite_focus=true
https://github.com/open-telemetry/opentelemetry-go/runs/5613998084?check_suite_focus=true
The text was updated successfully, but these errors were encountered: