diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2011-04-25 22:51:58 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2011-04-25 22:51:58 -0400 |
| commit | fdbfed3f309dbf099c840a60a360cc4064be005c (patch) | |
| tree | bde71e07253136ab134f9104d4462e6e4d828cbf /test/aaa_profiling | |
| parent | 1092fd6590355b52068597a6d66cc084f64d63cf (diff) | |
| download | sqlalchemy-fdbfed3f309dbf099c840a60a360cc4064be005c.tar.gz | |
- this helps oracle here since it has a panic attack otherwise
Diffstat (limited to 'test/aaa_profiling')
| -rw-r--r-- | test/aaa_profiling/test_memusage.py | 3 |
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) |
