]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Add an extra step to pool test_sync
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 28 Jun 2020 02:57:52 +0000 (22:57 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 28 Jun 2020 02:57:52 +0000 (22:57 -0400)
commit5f5b56d646f154ee572c9de80449423304103bad
treee3b3d1817b5cf489b77db7cfc2c70e371b1e9fa8
parent021994685b55c0bca0d50c163ff5f9e9441fc037
Add an extra step to pool test_sync

Have observed CI failure with windows where not all
three connections got pulled out at the same time here
as the threads got serialized.  make sure all three
connections get used.

Change-Id: Ic2f7c7de1069358d95035f90c725c7dddd4f34d4
test/engine/test_pool.py