]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
use random table name
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 24 May 2022 16:27:59 +0000 (12:27 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 24 May 2022 16:29:31 +0000 (12:29 -0400)
commite1a2247e71eb6298952ba9c0b65d4a796ad72dc4
tree4be4ee7d223ec7d59dd519640ede80878dc410b1
parent2f80d3875ae36ecbd56887ad2a0eb38b9407b445
use random table name

this test is failing on CI with "##foo does not exist",
so hypothesize there's some kind of race condition with
global temp table names.

Change-Id: I8c6c26a7fda70f67735ce20af67373c311e48731
(cherry picked from commit d7b131d2dfc4c519b23d9ed29364036ef88b1863)
test/dialect/mssql/test_reflection.py