oslo.db/oslo_db
Angus Lees 112aa3dd00 Test that concurrent sqlalchemy transactions don't block
Neutron (and presumably other projects) expect to be able to have
overlapping transactions open from two eventlets at once, without
deadlock.

Note that the default mysql sqlalchemy engine (mysqldb) fails this test.

This change modifies py27 tox env to run the full test suite separately
with and without TEST_EVENTLET environment variable set.  When set,
tests are run with eventlet imported and monkey_patched.

Change-Id: Ib35c95defea8ace5b456af28801659f2ba67eb96
Related-Bug: #1350149
2015-07-16 20:20:45 +10:00
..
sqlalchemy Merge "Allow projects that use test_models_sync to filter some changes" 2015-07-01 14:17:19 +00:00
tests Test that concurrent sqlalchemy transactions don't block 2015-07-16 20:20:45 +10:00
__init__.py Move files out of the namespace package 2014-12-24 13:28:48 +02:00
_i18n.py Switch to non-namespaced module import - oslo_i18n 2015-03-12 06:44:10 -04:00
api.py Allow additional exceptions in wrap_db_retry 2015-06-25 11:36:35 -07:00
concurrency.py Update Oslo imports to remove namespace package 2015-01-21 18:23:56 -05:00
exception.py Implement new oslo.db.sqlalchemy.enginefacade module 2015-06-04 11:43:39 -04:00
options.py Merge "Retry query if db deadlock error is received" 2015-01-27 15:33:15 +00:00