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
It seems this is due to the timing package spinning up a goroutine on init that accesses the metrics client. Many tests will overwrite the metrics client with a test version (thus creating a data race and failing the test)
The text was updated successfully, but these errors were encountered:
It seems this is due to the
timing
package spinning up a goroutine oninit
that accesses themetrics
client. Many tests will overwrite the metrics client with a test version (thus creating a data race and failing the test)The text was updated successfully, but these errors were encountered: