]> 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 03:57:02 +0000 (22:57 -0500)
commit11a8440bc43aa9f7eb6f2cb7b7f43e0cf6680f41
treeb5a7ee1c18231d272e1c771fb91f96fce9ada528
parent00a05e357b5bcc37c66256bc08c1198541475739
- 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.
lib/sqlalchemy/testing/provision.py
reap_oracle_dbs.py [new file with mode: 0644]
tox.ini