]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
- this helps oracle here since it has a panic attack otherwise
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 26 Apr 2011 02:51:58 +0000 (22:51 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 26 Apr 2011 02:51:58 +0000 (22:51 -0400)
test/aaa_profiling/test_memusage.py

index 0cbe126b436cb7570b63aafc726692bcceedc2fb..579555c3f6ff590ead1da24846e2be8a69f4b50f 100644 (file)
@@ -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)