-
Type: Improvement
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
Currently we do not enable the data race detector in most of our tests that run in Evergreen. Enable the data race detector on all tests run in Evergreen to expose any data race errors during tests.
Add the -race flag to all go test commands in the Makefile.
Note that running the data race detector makes the tests run slower (seems to double run time), so we may want to enable it for only certain Evergreen runs.