From: Mike Bayer Date: Mon, 1 Mar 2010 23:13:21 +0000 (+0000) Subject: there we go, that was the stupid gc bug X-Git-Tag: rel_0_6beta2~78 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4233c6ceb4d126aa8c990da7b7685cd39522ad72;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git there we go, that was the stupid gc bug --- diff --git a/test/engine/test_pool.py b/test/engine/test_pool.py index 44b9a94cf4..4b511e43a9 100644 --- a/test/engine/test_pool.py +++ b/test/engine/test_pool.py @@ -531,6 +531,8 @@ class QueuePoolTest(PoolTestBase): + repr(timeouts) def _test_overflow(self, thread_count, max_overflow): + gc_collect() + def creator(): time.sleep(.05) return mock_dbapi.connect()