]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
skip sqlite file for this test
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 6 Jun 2023 03:01:57 +0000 (23:01 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 6 Jun 2023 03:01:57 +0000 (23:01 -0400)
commit693b8744ee45ebb65bfcbb9156935ffb2a3ee9ad
tree707111b74c5f5fea2882ae942d1d4c6452383078
parent020b1621ec905cfa670cb5e831e63c972d7b8d20
skip sqlite file for this test

the cursor not being consumed leaves the database locked until
the program exits.  i cant find any way to free up the file otherwise

Change-Id: Iaa723e217a9206c91e748cf9b0775a06209d599c
test/engine/test_reconnect.py