Commit 5f5c50a6 authored by Denis Bilenko's avatar Denis Bilenko

back out 1594:6533fb7f860f; it caused a test case to fail

parent 1bf73783
......@@ -311,7 +311,8 @@ class TestPoolSpawn(TestDefaultSpawn):
def test_pool_full(self):
self.init_server()
short_request = self.send_request('/short')
self.send_request('/long')
long_request = self.send_request('/long')
# keep long_request in scope, otherwise the connection will be closed
gevent.sleep(0.01)
self.assertPoolFull()
self.assertPoolFull()
......
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