]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- given that Oracle's issue is not just open connections, but *closed* ones too,...
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 10 May 2011 00:40:33 +0000 (20:40 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 10 May 2011 00:40:33 +0000 (20:40 -0400)
commit4d99799ee724070fe0fe7404f655854d223f6e93
tree405b22806990ec681408952f1aba7f17ffb4f73c
parent445afb56c14c71db90ace859a37404642226e49c
- given that Oracle's issue is not just open connections, but *closed* ones too, go really
heavy handed and start marking tests as "requires.ad_hoc_engines", add a flag --low-connections
that will switch the engine reaper mechanism to use as *few* distinct engines and connections
as possible, many engine tests that really need their own engines are just skipped.
test/bootstrap/config.py
test/bootstrap/noseplugin.py
test/engine/test_execute.py
test/engine/test_transaction.py
test/lib/engines.py
test/lib/requires.py