]> 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:27:22 +0000 (12:27 -0400)
commit1c32206120b1a6555f8bb7a20a0c4c53ea2f52a8
treef17e184f882bb3bb65077309f84a0dcd23676f71
parent65469442ad30b97d5901347e0a5a64f3179f765d
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
test/ext/test_horizontal_shard.py