Commit 76370a5a authored by Jason Madden's avatar Jason Madden

More leaktest fixing, this time only for travis.

parent c9952ac5
......@@ -345,6 +345,10 @@ class TestPoolSpawn(TestDefaultSpawn):
gevent.sleep(0.1)
self.assertRequestSucceeded()
del long_request
# XXX: Travis CI is reporting a leak test failure with this method
# but so far I can't reproduce it locally. Attempting a smash-and-grab
# fix
import gc; gc.collect()
test_pool_full.error_fatal = False
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment