-
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
Make test target failing with race conditions #339
Comments
I'll take this one. |
I'm confused because when I run |
It looks like the test should wrap a mutex around its |
Also, I've determined why this hasn't failed very often, since it fails reliably for me on my machine. (1) I wasn't running the |
@jmacd I noticed that too but after digging through the targets I found that race detection is only done on |
We added race detection to the CI tests. Thanks for finding this. :) |
As mentioned in #306 running
make test
fails with some data races.asI attached the log output and here's what I did:
make precommit
make test
I also had to modify the shebang as proposed in #336.
Env info:
go version go1.13.4 darwin/amd64
make_test_output.txt
The text was updated successfully, but these errors were encountered: