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
t.Log is safe for concurrent use, but it's not safe to call t.Log as the test is ending, which I think is causing the race detector to go off. You should make sure that any background goroutines are stopped before the test ends.
This should fix the occasional race condition warning.
The text was updated successfully, but these errors were encountered:
uber-go/zap#687 (comment)
This should fix the occasional race condition warning.
The text was updated successfully, but these errors were encountered: