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 Apr 23, 2024. It is now read-only.
One of the lines noted in the output is a call to t.Logf, so maybe it's a bad idea for us to be calling that function inside the go routine. I was under the impression calls to the t were behind a mutex, and so safe to do concurrently, but this error suggests not so.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
There's a data race in this concurrency test. This was seen in an CI run.
The text was updated successfully, but these errors were encountered: