When running tests (even those defined in this package), tests routinely fail with use of closed network connection. This appears to be a race condition (it doesn't always happen at the same place, but anything that uses APIs like memcache or datastore eventually hits it) and I cannot track it down. I'm running SDK 1.7.1, go 1.0.2, on Linux.
When running tests (even those defined in this package), tests routinely fail with
use of closed network connection
. This appears to be a race condition (it doesn't always happen at the same place, but anything that uses APIs like memcache or datastore eventually hits it) and I cannot track it down. I'm running SDK 1.7.1, go 1.0.2, on Linux.