oslo.db/oslo_db/tests/sqlalchemy
Mike Bayer 5ca329884d Reverse role of synchronous_reader
Repaired the "synchronous_reader" modifier of enginefacade so that it
refers to the "writer" engine when set to True, thereby allowing
"synchronous" behavior with the writer.  When set to False, this is
"asynchronous", so this should be associated with the async engines.
The flag had the reverse behavior previously.

Change-Id: Id7fea7562ba90eb710176d497af103303f230531
Closes-bug: #1746116
2018-01-29 18:25:19 -05:00
..
__init__.py Remove deprecation warning when loading tests/sqlalchemy 2017-07-25 16:56:24 +01:00
base.py Enhanced fixtures for enginefacade-based provisioning 2016-11-04 17:50:01 +02:00
test_async_eventlet.py Use skipTest() method instead of deprecated skip() 2017-10-19 18:52:29 -04:00
test_enginefacade.py Reverse role of synchronous_reader 2018-01-29 18:25:19 -05:00
test_exc_filters.py Use skipTest() method instead of deprecated skip() 2017-10-19 18:52:29 -04:00
test_fixtures.py Merge "Remove function optimize_db_test_loader in test_base.py" 2018-01-05 06:38:03 +00:00
test_migrate_cli.py Fix parameters of assertEqual are misplaced 2016-07-20 18:11:34 +08:00
test_migration_common.py Throw DBMigrationError instead of DbMigrationError. 2017-09-08 11:54:09 +08:00
test_migrations.py Enhanced fixtures for enginefacade-based provisioning 2016-11-04 17:50:01 +02:00
test_models.py Using assertIsNone(xxx) instead of assertEqual(None, xxx) 2017-06-06 15:18:24 +08:00
test_ndb.py Use skipTest() method instead of deprecated skip() 2017-10-19 18:52:29 -04:00
test_options.py Rename idle_timeout to connection_recycle_time 2017-08-15 10:26:36 -04:00
test_provision.py Use skipTest() method instead of deprecated skip() 2017-10-19 18:52:29 -04:00
test_sqlalchemy.py Rename idle_timeout to connection_recycle_time 2017-08-15 10:26:36 -04:00
test_types.py Enhanced fixtures for enginefacade-based provisioning 2016-11-04 17:50:01 +02:00
test_update_match.py Enhanced fixtures for enginefacade-based provisioning 2016-11-04 17:50:01 +02:00
test_utils.py Merge "Remove method get_connect_string and is_backend_avail" 2017-12-09 18:14:54 +00:00