Skip to content
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

Enable race detection when running tests #58

Closed
mattbostock opened this issue Jul 15, 2017 · 1 comment
Closed

Enable race detection when running tests #58

mattbostock opened this issue Jul 15, 2017 · 1 comment
Assignees

Comments

@mattbostock
Copy link
Owner

See: https://blog.golang.org/race-detector

Enabling race detection will slow the tests somewhat, but the benefits outweigh the additional time taken.

@mattbostock mattbostock added this to the MVP: Clustered storage milestone Jul 15, 2017
@mattbostock mattbostock self-assigned this Jul 15, 2017
@mattbostock
Copy link
Owner Author

mattbostock commented Jul 16, 2017

It might not (currently) be possible to use race detection on Alpine Linux as it uses musl rather than libc:
golang/go#14481

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant