envoyproxy / envoyproxy/xds-relay
Use race detector in go tests
Open
- Dominant language
- Go
- Stars
- 135
- Forks
- 28
- PR merge metrics
- No merged PRs in 30d
Description
We should use `-race ` in https://github.com/envoyproxy/xds-relay/blob/master/Makefile#L17 to make sure to avoid race conditions.
Adding the flag will expose some existing race conditions in code and test.
Contributor guide
Assessment
This issue has not been assessed yet.