mirror of
https://github.com/bitwarden/server.git
synced 2026-06-13 00:47:35 -05:00
This produces inherently flaky tests because it works by fully migrating a database, and then re-running a specified migration (the data migration) out of order. This means that subsequent changes to the db schema will cause the migration tests to fail, because the data migration will be re-run after the schema has changed. Needs to be fixed before use.
6.1 KiB
6.1 KiB