-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
test(internal/testutil): fix race when accessing trace spans #10186
Conversation
Ah, thanks for fixing it up! Sorry I missed those spots… |
Head branch was pushed to by a user without write access
It's probably fine to return the pointer to the span data itself. What I'm not sure about is whether checking that there is no more than 1 span in that trace test is important... Let me know if you want me to tweak that some more, or feel free to do as you wish. :) |
kokoro failure:
|
Yes, we need to first release the changes in cloud.google.com/go after which we need to make other relevant changes. |
@rahul2393 I guess the PR title should be changed to |
Closes #10184, closes #10141.
Continuation of #5006.
Noticed in pipeline for #10153.