xds-relay icon indicating copy to clipboard operation
xds-relay copied to clipboard

Use race detector in go tests

Open jyotimahapatra opened this issue 5 years ago • 0 comments

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.

jyotimahapatra avatar Dec 04 '20 23:12 jyotimahapatra