summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Move all db exception to exception.pyOleksii Chuprykov2014-07-151-5/+5
* Merge "Allow usage of several iterators on ModelBase"Jenkins2014-07-141-0/+9
|\
| * Allow usage of several iterators on ModelBaseEugeniya Kudryashova2014-07-111-0/+9
* | Add a base test case for DB schema comparison0.3.0Roman Podoliaka2014-07-081-2/+106
|/
* Merge "Add __contains__ to ModelBase to fully behave like a dict"Jenkins2014-06-291-0/+11
|\
| * Add __contains__ to ModelBase to fully behave like a dictMax Lobur2014-06-261-0/+11
* | Merge "Add _wrap_db_error support for postgresql"Jenkins2014-06-281-0/+110
|\ \
| * | Add _wrap_db_error support for postgresqlwingwj2014-06-121-0/+110
* | | Fix test to not assume eventlet isn't presentMike Bayer2014-06-251-1/+1
| |/ |/|
* | Fix kwarg passed twice error in EngineFacade.from_config()juno-a20.2.0Roman Podoliaka2014-06-161-9/+14
* | Merge "Fix the test using in-file SQLite database"Jenkins2014-06-141-0/+12
|\ \
| * | Fix the test using in-file SQLite databaseIlya Pekelny2014-05-291-0/+12
* | | Merge "Fix changing the type of column deleted"Jenkins2014-06-141-3/+17
|\ \ \
| * | | Fix changing the type of column deletedIlya Pekelny2014-05-271-3/+17
| |/ /
* | | 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