oslo.db/oslo_db/tests
Mike Bayer fce052b2af Use regex to compare SQL strings with IN
SQLAlchemy 1.4 will be changing the method by which it
renders an IN expression such that the bound parameters
are not fully rendered until the statement is executed,
rather than when the statement is compiled into its initial
string form [1].   Adjust tests which are asserting the presence
of IN expressions based on the compiled form to allow for an
arbitrary expression within the parenthesis.

[1] https://github.com/sqlalchemy/sqlalchemy/issues/4645

Change-Id: I8640ad0cbd96647ed74678631479190146bd908e
2019-12-11 11:04:26 -05:00
..
sqlalchemy Use regex to compare SQL strings with IN 2019-12-11 11:04:26 -05:00
__init__.py Test that concurrent sqlalchemy transactions don't block 2015-07-16 20:20:45 +10:00
base.py Move files out of the namespace package 2014-12-24 13:28:48 +02:00
test_api.py Improve exponential backoff for wrap_db_retry 2018-04-13 09:26:12 +08:00
test_concurrency.py Fix parameters of assertEqual are misplaced 2016-07-20 18:11:34 +08:00
utils.py Update Oslo imports to remove namespace package 2015-01-21 18:23:56 -05:00