Bug: Race Conditions in Testing
Bug
Description
Both in the pipes and locally there are intermittent failures running tests. This seems to be a race condition that needs to be identified and resolved.
It can be forcefully reproduced with go test ./... -race
:
see this thread for more info
Edited by Andrew Shoell