You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 31, 2023. It is now read-only.
Please answer these questions before submitting a bug report.
What version of OpenCensus are you using?
0.23.0
What version of Go are you using?
1.17
What did you do?
googleapis/google-cloud-go#5664
What did you expect to see?
no race condition
What did you see instead?
race condition inside
opencensus
storage.NewReader() fire different http requests and should provide different Span intance
Look to
https://github.com/googleapis/google-cloud-go/blob/main/storage/reader.go#L80-L96
and
https://github.com/googleapis/google-cloud-go/blob/main/internal/trace/trace.go#L28-L41
The text was updated successfully, but these errors were encountered: