-
Notifications
You must be signed in to change notification settings - Fork 33
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
Tests should run cleanly when passed the -race option #35
Comments
Per discussion on DevOps WG call on 27 February, this has been rescoped from Geneva to Hanoi so that DevOps can address some underlying build concerns. |
After some local testing, it appears the tests called out in the original issue are now passing. I will create a PR that incorporates the |
See comment on PR #48 above. While the initial tests called out in the issue are no longer a problem, enabling the |
DevOps addressed |
To ensure our tests (and to some extent production code) are reliable, we should be running unit tests with the -race argument in the Makefile. Currently, the tests fail when run in this mode.
Failing tests:
This test should succeed when passed -race, and then we should add -race to the test target in our Makefile.
The text was updated successfully, but these errors were encountered: