]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
fix connection handling in consumption test
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 11 Feb 2022 15:33:09 +0000 (10:33 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 11 Feb 2022 15:34:16 +0000 (10:34 -0500)
commitd477aa6592bd9bafff99bdaf0e97f5befd790a14
treeed34b3f3a0580a2b2b25924874e255472b78e830
parentcacce364c345a849bedd3708167ee20245f6bcda
fix connection handling in consumption test

these tests were leaving connections opened.

This rev is necessary for tests to pass assuming
QueuePool for SQLite file connections, in
I5f6c259def0ef43d401c6163dc99f651e519148d

Change-Id: I5f6c259def0ef43d401c6163dc99f651e519148d
tests/test_script_consumption.py