]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Fix test failures under Windows
authorFederico Caselli <cfederico87@gmail.com>
Tue, 31 Dec 2019 01:29:33 +0000 (20:29 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 31 Dec 2019 21:13:51 +0000 (16:13 -0500)
commitae354ce347336ba7efc1222c161e0da80314b485
tree7b4ff4ca87ee40148b3b4855d1ffc739eca121ce
parent65428cf95023a462ec452d7c6a1a6aff7c4c20a4
Fix test failures under Windows

Fixed a few test failures which would occur on Windows due to SQLite file
locking issues, as well as some timing issues in connection pool related
tests; pull request courtesy Federico Caselli.

Note the pool related issues were fixed by Mike in
I1a7162e67912d22c135fa517b687a073f8fd9151 but are being ticketed
here.

Fixes: #4946
Closes: #5055
Pull-request: https://github.com/sqlalchemy/sqlalchemy/pull/5055
Pull-request-sha: 36925573aff828bbdd725a4fed5394e06c775a98

Change-Id: Ic53ec82f5d588d0e26a2d033a17c6109900d7f63
doc/build/changelog/unreleased_13/4946.rst [new file with mode: 0644]
test/dialect/test_sqlite.py
test/ext/test_horizontal_shard.py