You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Resolving data race in unit tests per: #210
Note: the -race flag has been omitted from this branch since there are remaining races that will be resolved in subsequent PR's.
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.
The text was updated successfully, but these errors were encountered: