summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2011-04-25 22:51:58 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2011-04-25 22:51:58 -0400
commitfdbfed3f309dbf099c840a60a360cc4064be005c (patch)
treebde71e07253136ab134f9104d4462e6e4d828cbf
parent1092fd6590355b52068597a6d66cc084f64d63cf (diff)
downloadsqlalchemy-fdbfed3f309dbf099c840a60a360cc4064be005c.tar.gz
- this helps oracle here since it has a panic attack otherwise
-rw-r--r--test/aaa_profiling/test_memusage.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/aaa_profiling/test_memusage.py b/test/aaa_profiling/test_memusage.py
index 0cbe126b4..579555c3f 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)