]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Correct sharding tests for provisioned follower
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 1 Aug 2018 16:27:22 +0000 (12:27 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 1 Aug 2018 16:29:19 +0000 (12:29 -0400)
commit5cad77a87bbfc98999454ab5314a47895d5beded
tree54920b7a042b46891f729fada255fdba42b329b9
parentdbfcf00eceda12b29a66a7b6040591223cf5dec3
Correct sharding tests for provisioned follower

The sharding tests created named sqlite databases that were
shared across test suites.  It is unknown why these suddenly
started failing and were not failing before.

Change-Id: If2044f914ddaea0db594aa18b9278e24e2c818ea
(cherry picked from commit 1c32206120b1a6555f8bb7a20a0c4c53ea2f52a8)
test/ext/test_horizontal_shard.py