tenntenn / gae-go-testing

Testing library for Go App Engine, giving you an appengine.Context fake that forwards to a dev_appserver.py child process.
Other
14 stars 13 forks source link

Prematurely closed connection #5

Open tdavis opened 12 years ago

tdavis commented 12 years ago

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.

mzimmerman commented 11 years ago

Does this happen using 1.8.0 and https://github.com/icub3d/appenginetesting ?