]> 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 01:37:45 +0000 (20:37 -0500)
commitbead618047e29adf26ba34f92fdf0f8f05e101b8
tree1263182fe33dd732186d512932da2a7f9028a5c3
parentbf01049d0f84a23466bdc140208e55c08e1fa46c
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
(cherry picked from commit f461d710f9f848029603cf76f7c26725afdea11e)
doc/build/changelog/unreleased_13/4946.rst [new file with mode: 0644]
test/dialect/test_sqlite.py
test/ext/test_horizontal_shard.py