]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Adjust test_concurrency failure modes
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 28 May 2019 01:15:47 +0000 (21:15 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 28 May 2019 01:17:54 +0000 (21:17 -0400)
commit8b2eb2a2d0f4c7e283d96cf3e5263b5dd48e3b14
tree25c28c3386280d754badd49f2ef69d94617c1373
parentbfcf74f0bfb2ba4890f79319f31dd92758c9f8a7
Adjust test_concurrency failure modes

The test added for #4686 can raise for "B" missing which
is normal and should not fail the test.  Also ensure mappers are
cleared to prevent subsequent tests elsewhere from being
affected.

Change-Id: I4c5791223e7fd21e04dcd095daa7d868e77dbd97
test/ext/declarative/test_concurrency.py