summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge "Handle slave database connection in EngineFacade"Jenkins2014-06-111-0/+38
|\
| * Handle slave database connection in EngineFacadeRoman Podoliaka2014-06-101-0/+38
* | Merge "Remove common context usage from db model_query()"Jenkins2014-06-101-64/+27
|\ \
| * | Remove common context usage from db model_query()Victor Sergeyev2014-06-041-64/+27
* | | Merge "Add eventlet.tpool.Proxy for DB API calls"Jenkins2014-06-101-0/+108
|\ \ \ | |_|/ |/| |
| * | Add eventlet.tpool.Proxy for DB API callsAndrey Kurilin2014-06-061-0/+108
* | | Merge "Allow for skipping thread_yielding"Jenkins2014-06-101-0/+1
|\ \ \
| * | | Allow for skipping thread_yieldingJoshua Harlow2014-05-301-0/+1
* | | | Merge "Fix usage of oslo.config"Jenkins2014-06-053-5/+21
|\ \ \ \ | | |/ / | |/| / | |_|/ |/| |
| * | Fix usage of oslo.configRoman Podoliaka2014-05-273-5/+21
* | | Merge "Add index modifying methods"Jenkins2014-06-021-0/+71
|\ \ \
| * | | Add index modifying methodsJulia Varlamova2014-05-301-0/+71
| |/ /
* | | Log a cause of db backend connection failureIlya Pekelny2014-05-301-2/+11
|/ /
* | Merge "Fix wrong method name with assert_called_once_with"Jenkins2014-05-221-1/+1
|\ \
| * | Fix wrong method name with assert_called_once_withChangBo Guo(gcb)2014-05-161-1/+1
* | | Merge "Fix call to mock.assert_not_called()"Jenkins2014-05-211-2/+3
|\ \ \ | |/ / |/| |
| * | Fix call to mock.assert_not_called()ChangBo Guo(gcb)2014-05-141-2/+3
| |/
* | Remove patch_migrate()Matt Riedemann2014-05-052-99/+0
|/
* Make the tests passingVictor Sergeyev2014-04-1815-47/+36
* Fix the graduate.sh script resultVictor Sergeyev2014-04-1812-28/+123
* Drop dependency oslo.db from common.logIlya Pekelny2014-03-061-12/+12
* Use oslotest instead of common test moduleVictor Sergeyev2014-04-155-17/+17
* Ignore migrate versioning tables in utf8 sanity checkMorgan Fainberg2014-04-011-0/+13
* Fix sqlalchemy utils test cases for SA 0.9.xRoman Podoliaka2014-03-191-21/+36
* Make table utf-8 charset checking be optional for DB migrationZhi Yan Liu2014-02-011-0/+12
* Dispose db connections pool on disconnectRoman Podoliaka2014-03-171-5/+9
* Python3: pass bytes as 'contents' to create_tempfiles()Cyril Roelandt2014-03-141-18/+18
* Set sql_mode callback on connect instead of checkoutBen Nemec2014-03-121-4/+26
* Fix excessive logging from db.sqlalchemy.sessionBrant Knudson2014-03-051-66/+132
* Move test_insert_from_select unit test from nova to osloMatt Riedemann2014-03-071-0/+48
* Get mysql_sql_mode parameter from configVictor Sergeyev2014-03-061-3/+3
* Add from_config() method to EngineFacadeRoman Podoliaka2014-02-271-0/+33
* Drop special case for MySQL traditional mode, update unit testsFlorian Haas2014-01-241-6/+47
* Introduce a method to set any MySQL session SQL modeFlorian Haas2014-02-201-0/+74
* Handle ibm_db_sa DBDuplicateEntry integrity errorsMatt Riedemann2013-09-181-0/+35
* Fix migration.db_version when no tablesBrant Knudson2014-02-211-2/+17
* Add model_query() to db.sqlalchemy.utils moduleVictor Sergeyev2013-12-131-0/+134
* migration.db_sync requires an engine nowBen Nemec2014-02-201-2/+2
* Restore the ability to load the DB backend lazilyRoman Podoliaka2014-02-121-0/+7
* Don't use cfg.CONF in oslo.dbRoman Podoliaka2014-01-233-128/+147
* Don't store engine instances in oslo.dbRoman Podoliaka2014-01-234-55/+68
* py3kcompat: removeJulien Danjou2014-02-061-2/+2
* Automatic retry db.api query if db connection lostVictor Sergeyev2013-06-201-0/+111
* Move db tests base.py to common codeIlya Pekelny2013-12-165-159/+5
* Fix parsing of UC errors in sqlite 3.7.16+/3.8.2+Roman Podoliaka2014-01-151-0/+46
* Use dialect rather than a particular DB API driverIlya Pekelny2013-12-022-7/+12
* Move helper DB functions to db.sqlalchemy.utilsIlya Pekelny2013-12-122-7/+47
* Transition from migrate to alembicDima Shulyak2013-12-021-0/+212
* Add a db check for CHARSET=utf8Angus Salkeld2014-01-151-0/+21
* Remove unused variablesWu Wenxiang2014-01-121-6/+6