From: Mike Bayer Date: Tue, 26 Apr 2011 02:51:58 +0000 (-0400) Subject: - this helps oracle here since it has a panic attack otherwise X-Git-Tag: rel_0_7_0~29 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fdbfed3f309dbf099c840a60a360cc4064be005c;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git - this helps oracle here since it has a panic attack otherwise --- diff --git a/test/aaa_profiling/test_memusage.py b/test/aaa_profiling/test_memusage.py index 0cbe126b43..579555c3f6 100644 --- a/test/aaa_profiling/test_memusage.py +++ b/test/aaa_profiling/test_memusage.py @@ -172,7 +172,8 @@ class MemUsageTest(EnsureZeroed): def go(): engine = engines.testing_engine( options={'logging_name':'FOO', - 'pool_logging_name':'BAR'} + 'pool_logging_name':'BAR', + 'use_reaper':False} ) sess = create_session(bind=engine)