Commit 8163ba1e authored by Denis Bilenko's avatar Denis Bilenko

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

--HG--
extra : transplant_source : r%FE%C3%C3%B7%BC%927%11%1Fh%D1%85%9F%91s6%29T%DE
parent aebcd2ff
......@@ -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