summaryrefslogtreecommitdiff
path: root/nova/tests/unit/db/main
Commit message (Expand)AuthorAgeFilesLines
* db: Remove legacy migrationsStephen Finucane2023-02-011-43/+1
* db: Drop redundant indexes on instances and console_auth_tokens tablesChristian Rohmann2022-09-151-0/+9
* BlockDeviceMapping: Add encryption fieldsLee Yarwood2022-08-021-0/+33
* Remove double mockingBalazs Gibizer2022-08-021-15/+3
* Use unittest.mock instead of third party mockStephen Finucane2022-08-012-2/+3
* 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-122-14/+26
* db: Replace use of legacy select() calling styleStephen Finucane2021-11-121-31/+42
* db: Replace use of 'autoload' parameterStephen Finucane2021-11-121-2/+4
* Merge "Fix interference in db unit test"Zuul2021-11-091-4/+7
|\
| * Fix interference in db unit testBalazs Gibizer2021-11-051-4/+7
* | Merge "objects: Stop querying the main DB for keypairs"Zuul2021-11-081-196/+0
|\ \ | |/ |/|
| * objects: Stop querying the main DB for keypairsStephen Finucane2021-10-181-196/+0
* | Merge "db: De-duplicate list of removed table columns"Zuul2021-11-031-23/+30
|\ \ | |/
| * db: De-duplicate list of removed table columnsStephen Finucane2021-10-181-23/+30
* | db: Increase timeout for migration testsStephen Finucane2021-10-191-0/+8
|/
* db: Add migration to resolve shadow table discrepanciesStephen Finucane2021-09-241-0/+31
* tests: Silence noise from database testsStephen Finucane2021-09-241-8/+19
* tests: Address some nits with database migration seriesStephen Finucane2021-09-241-48/+6
* tests: Walk database migrations in correct orderStephen Finucane2021-09-241-47/+23
* Fix nova-manage db versionBalazs Gibizer2021-09-131-12/+3
* Reproduce bug/1943436Balazs Gibizer2021-09-131-2/+18
* 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: Integrate alembicStephen Finucane2021-08-091-67/+92
* db: Normalize migrations testsStephen Finucane2021-08-091-0/+316
* db: Post reshuffle cleanupStephen Finucane2021-08-091-126/+12
* db: Unify 'nova.db.api', 'nova.db.sqlalchemy.api'Stephen Finucane2021-08-092-0/+7610