-
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
[flaky test][extension/jaegerremotesampling] TestAutoUpdateStrategyWithFile is flaky on Windows #37275
Comments
Pinging code owners for extension/jaegerremotesampling: @yurishkuro @frzifus. See Adding Labels via Comments if you do not have permissions to add labels yourself. For example, comment '/label priority:p2 -needs-triaged' to set the priority and remove the needs-triaged label. |
Pinging code owners:
See Adding Labels via Comments if you do not have permissions to add labels yourself. |
@ary82 please investigate, seems it started happening after your changes. |
@ary82 The issue is related to the fact that autoUpdateStrategies is launched in a goroutine here and while the routine is properly terminated it does so asynchronously from |
+1, it should use a wait group |
Thanks for the help! |
…n Close function (open-telemetry#37289) #### Description Add a waitGroup to strategyProvider struct that waits for autoUpdateStrategies in the Close function #### Link to tracking issue Fixes open-telemetry#37275 --------- Signed-off-by: Aryan Goyal <[email protected]> Co-authored-by: Yuri Shkuro <[email protected]>
Component(s)
extension/jaegerremotesampling
Describe the issue you're reporting
Multiple hits in different runs:
The text was updated successfully, but these errors were encountered: