-
Notifications
You must be signed in to change notification settings - Fork 239
make test
fails
#687
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
Comments
I cannot replicate this. From the Your error seems to be a mac-specific known issue when using race detector on mac. Can you look at golang/go#49138 and see if anything in that issue helps? It looks like Go 1.18 will fix this per golang/go@5f65520, but in the meantime you can mimic what Shopify/toxiproxy@40f6327 did (specifically add I'm undecided on whether we should alter the makefile for this bug, but if it's a big enough issue we can. |
Thanks, that worked! Here's a patch file for anyone else with this issue:
|
Expected Behavior
Exit code 0
Actual Behavior
Exit code 2, ending with this output:
make check
andmake unit-test
succeed, as does:Steps to Reproduce the Problem
make test
Specifications
The text was updated successfully, but these errors were encountered: