summaryrefslogtreecommitdiff
path: root/nova/tests/unit/db/main/test_migrations.py
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
* Use unittest.mock instead of third party mockStephen Finucane2022-08-011-1/+2
* db: Don't pass strings to 'Connection.execute'Stephen Finucane2021-11-121-13/+23
* Fix interference in db unit testBalazs Gibizer2021-11-051-4/+7
* 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
* db: Integrate alembicStephen Finucane2021-08-091-67/+92
* db: Normalize migrations testsStephen Finucane2021-08-091-0/+316