]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Further attempts to repair SQL server temp table issue
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 2 Jan 2021 16:55:52 +0000 (11:55 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 2 Jan 2021 16:55:52 +0000 (11:55 -0500)
commit0679b4f1fdd82b2456292e9cdd7a971209755685
tree36154b350a2734a2300add9450b5a76737cc80c0
parent2581655c545a0cf705e0347e81cd092896d3207c
Further attempts to repair SQL server temp table issue

Still having non-reproducible failures where "user_tmp" cannot
be dropped.   try isolating the table name around config.ident

Change-Id: I17e0a9674b22d246f0d52943b850e8f6de223305
lib/sqlalchemy/testing/provision.py
lib/sqlalchemy/testing/suite/test_reflection.py