OpenStack Common DB Code
Go to file
Ilya Pekelny c34c32e09e Opportunistic migration tests
Migrations should be tested with real database backends. For this goal
intended number of base test cases which used in current implementation.
Previously there were two ways to run migration tests: using
opportunistic test cases (default way we've been using on CI) and
by using database connection strings, specified in test_migrations.conf,
for every particular database test case. For the sake of simplicity and
consistency we are moving to using of opportunistic db test cases here.

With this change we are free from locking, so we don't need `lockfile`
anymore.

Closes-Bug: #1327397
Closes-Bug: #1328997
Change-Id: I92b1dcd830c4755f429a0f6529911e607c2c7de7
2014-07-16 10:31:21 +03:00
doc/source Merge "Adding dependency documentation for MySQL." 2014-06-14 19:28:00 +00:00
oslo Opportunistic migration tests 2014-07-16 10:31:21 +03:00
oslo.db/locale Imported Translations from Transifex 2014-07-14 06:03:15 +00:00
tests Opportunistic migration tests 2014-07-16 10:31:21 +03:00
.coveragerc Fix the graduate.sh script result 2014-04-18 11:33:16 +03:00
.gitignore Ignore oslo.db.egg-info 2014-05-19 17:08:24 -05:00
.gitreview Fix .gitreview for oslo.db 2014-04-30 16:55:51 +02:00
.mailmap Fix the graduate.sh script result 2014-04-18 11:33:16 +03:00
.testr.conf Make the tests passing 2014-04-18 12:51:26 +03:00
CONTRIBUTING.rst Added ``docs`` environment to tox.ini 2014-06-06 12:47:17 +03:00
HACKING.rst Fix the graduate.sh script result 2014-04-18 11:33:16 +03:00
LICENSE Fix the graduate.sh script result 2014-04-18 11:33:16 +03:00
MANIFEST.in Fix the graduate.sh script result 2014-04-18 11:33:16 +03:00
README.rst Added ``docs`` environment to tox.ini 2014-06-06 12:47:17 +03:00
babel.cfg Fix the graduate.sh script result 2014-04-18 11:33:16 +03:00
openstack-common.conf Remove common context from oslo.db 2014-06-04 17:53:26 +03:00
requirements.txt Opportunistic migration tests 2014-07-16 10:31:21 +03:00
setup.cfg Merge "Added ``docs`` environment to tox.ini" 2014-06-10 16:35:15 +00:00
setup.py Updated from global requirements 2014-05-29 13:46:40 +00:00
test-requirements.txt Updated from global requirements 2014-06-18 00:46:59 +00:00
tox.ini Opportunistic migration tests 2014-07-16 10:31:21 +03:00

README.rst

Overview

oslo.db library