oslo-incubator/openstack/common/db
Roman Podoliaka 54f7e7f9b2 Prevent races in opportunistic db test cases
Previously opportunistic db test cases used to share openstack_citest
database among all test cases, which could be run concurrently in
different test running processes.

With recent changes made to our CI, we now can create and drop
database schemas on demand in tests. Providing each opportunistic db
test case with its own DB will effectively prevent possible races.

Related-Bug: #1288916

Change-Id: I7f6e272eaeb776b6a645ba502853892e79312afd
2014-04-17 08:12:25 +03:00
..
sqlalchemy Prevent races in opportunistic db test cases 2014-04-17 08:12:25 +03:00
__init__.py Removed copyright from empty files 2013-12-25 22:16:54 -05:00
api.py Merge "Fix a small typo in api.py" 2014-02-21 21:07:06 +00:00
exception.py Handle exception messages with six.text_type 2014-02-04 18:50:29 +02:00
options.py Merge "Make TRADITIONAL the default SQL mode" 2014-02-27 16:19:47 +00:00