]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Testing reveals that we have *no* weak references to any cx_Oracle connections...
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 9 Feb 2016 03:57:02 +0000 (22:57 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 9 Feb 2016 16:49:35 +0000 (11:49 -0500)
commitde027d0fba165c63147a868bf6f1ff4843e566f4
tree453996f0bc972774583233e30aa1bb236a2bc117
parent3182bcfc2ddc6aa001936f9de331b0134e4c3b97
- Testing reveals that we have *no* weak references to any cx_Oracle connections at all,
yet cx_Oracle still has open sessions that cannot be killed until process dies.
Oracle wins!   Add a completely separate DB reaper script that runs
after py.test is done.

(cherry picked from commit 11a8440bc43aa9f7eb6f2cb7b7f43e0cf6680f41)
lib/sqlalchemy/testing/provision.py
reap_oracle_dbs.py [new file with mode: 0644]