envoyproxy / xds-relay

Caching, aggregation, and relaying for xDS compliant clients and origin servers
Apache License 2.0
131 stars 29 forks source link

Add -race detector to unit tests #212

Closed pcalley closed 3 years ago

pcalley commented 3 years ago

Resolving data race in unit tests per: https://github.com/envoyproxy/xds-relay/issues/210

Note: the -race flag has been omitted from this branch since there are remaining races that will be resolved in subsequent PR's.

jyotimahapatra commented 3 years ago

@pcalley can you add description to the PR. I will merge after that.