summaryrefslogtreecommitdiff
path: root/nova/tests/unit/db/main/test_api.py
Commit message (Expand)AuthorAgeFilesLines
* Remove double mockingBalazs Gibizer2022-08-021-15/+3
* Use unittest.mock instead of third party mockStephen Finucane2022-08-011-1/+1
* Fix typosRajesh Tailor2022-05-301-3/+3
* db: Don't rely on autocommit behaviorStephen Finucane2022-04-081-190/+283
* db: Replace use of strings in join, defer operationsStephen Finucane2022-04-081-24/+34
* db: Remove use of 'bind' argumentsStephen Finucane2021-11-151-14/+21
* db: Don't pass strings to 'Connection.execute'Stephen Finucane2021-11-121-1/+3
* db: Replace use of legacy select() calling styleStephen Finucane2021-11-121-31/+42
* db: Replace use of 'autoload' parameterStephen Finucane2021-11-121-2/+4
* objects: Stop querying the main DB for keypairsStephen Finucane2021-10-181-196/+0
* Fix inactive session error in compute node creationMark Goddard2021-08-201-0/+16
* Prevent deletion of a compute node belonging to another hostMark Goddard2021-08-201-0/+7
* db: Post reshuffle cleanupStephen Finucane2021-08-091-126/+12
* db: Unify 'nova.db.api', 'nova.db.sqlalchemy.api'Stephen Finucane2021-08-091-0/+7610