]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- hardcore force every connection into a strong-referenced set, rollback on every...
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 26 Apr 2011 01:50:26 +0000 (21:50 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 26 Apr 2011 01:50:26 +0000 (21:50 -0400)
commite1ec36fc9ebcd652a511c2c7881cdc725a187e7f
treedc2d91336b0c085304a8856fd4523682905fdb27
parent81a025fca4c801acef1d137d427f3af730151126
- hardcore force every connection into a strong-referenced set, rollback on every test, close on every context.
this uses pool events but bypasses the pool's fairy/record/dispose services.   pypy still seems to expose
some holes in that at least as far as what some (or maybe just one, cant find it yet) of the tests does.
haven't tested this too deeply, just on sqlite + postgres, cypthon 2.7 + pypy.   will see what the buildbot
says
test/aaa_profiling/test_zoomark.py
test/aaa_profiling/test_zoomark_orm.py
test/bootstrap/config.py
test/bootstrap/noseplugin.py
test/engine/test_execute.py
test/engine/test_pool.py
test/engine/test_reconnect.py
test/engine/test_transaction.py
test/ext/test_horizontal_shard.py
test/lib/engines.py
test/lib/testing.py