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
fix: synchronize test logs to prevent t.Log race condition (#146)
If `(*testing.T).Log` is called concurrently of a test exiting, it's
picked up by the race detector. This adds logic to allow slogtest to
detect when a test has exited, and ensure it doesn't call
`(*testing.T).Log` after that happens.
0 commit comments