1
0
Fork 0
codeberg-forgejo/tests/integration/migration-test
Earl Warren 1ffddf75d6
[DB] run all Forgejo migrations in integration tests
The tests at tests/integration/migration-test/migration_test.go will
not run any Forgejo migration when using the gitea-*.sql.gz files
because they do not contain a ForgejoVersion row which is interpreted
as a new Forgejo installation for which there is no need for migration.

Create a situation by which the ForgejoVersion table exists and has a
version of 0 in tests/integration/migration-test/forgejo-v1.19.0.*.sql.gz
thus ensuring all Forgejo migrations are run.

The forgejo*.sql.gz files do not have any Gitea related records, which
will be interpreted by the Gitea migrations as a new installation that
does not need any migration. As a consequence the migration tests run
when using forgejo-v1.19.0.*.sql.gz are exclusively about Forgejo
migrations.

(cherry picked from commit ec8003859c920ac05a071ad9b1d9d8af5a694ac0)
2023-08-21 07:22:18 +02:00
..
forgejo-v1.19.0.mysql.sql.gz [DB] run all Forgejo migrations in integration tests 2023-08-21 07:22:18 +02:00
forgejo-v1.19.0.postgres.sql.gz [DB] run all Forgejo migrations in integration tests 2023-08-21 07:22:18 +02:00
forgejo-v1.19.0.sqlite3.sql.gz [DB] run all Forgejo migrations in integration tests 2023-08-21 07:22:18 +02:00
gitea-v1.6.4.mssql.sql.gz Kd/ci playwright go test (#20123) 2022-09-02 15:18:23 -04:00
gitea-v1.6.4.mysql.sql.gz Kd/ci playwright go test (#20123) 2022-09-02 15:18:23 -04:00
gitea-v1.6.4.postgres.sql.gz Kd/ci playwright go test (#20123) 2022-09-02 15:18:23 -04:00
gitea-v1.6.4.sqlite3.sql.gz Kd/ci playwright go test (#20123) 2022-09-02 15:18:23 -04:00
gitea-v1.7.0.mssql.sql.gz Kd/ci playwright go test (#20123) 2022-09-02 15:18:23 -04:00
gitea-v1.7.0.mysql.sql.gz Kd/ci playwright go test (#20123) 2022-09-02 15:18:23 -04:00
gitea-v1.7.0.postgres.sql.gz Kd/ci playwright go test (#20123) 2022-09-02 15:18:23 -04:00
gitea-v1.7.0.sqlite3.sql.gz Kd/ci playwright go test (#20123) 2022-09-02 15:18:23 -04:00
migration_test.go [DB] run all Forgejo migrations in integration tests 2023-08-21 07:22:18 +02:00