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
The race is caused by one thread sending requests through the dummy client and a different one closing the connection when the test is done in /pkg/deploytest/deployment.go.
Steps to reproduce:
git reset 3ba8221c2b44624157cb386a9552be90ea3eace1
go test -race
The text was updated successfully, but these errors were encountered: