forgejo/tests/integration/migration-test
Earl Warren 72c1f20715
[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 ec8003859c)
(cherry picked from commit 697570ff39)
(cherry picked from commit f041aec172)
(cherry picked from commit 60463e3bab)
(cherry picked from commit b2fc2a7c13)
(cherry picked from commit fb2759b6af)
(cherry picked from commit 37cfc3b227)
(cherry picked from commit 832607500a)
(cherry picked from commit 143d4007b1)
(cherry picked from commit a17e803fbf)
(cherry picked from commit 72ffd49bc3)
(cherry picked from commit 9b92a5fd72)
(cherry picked from commit 0a334d0a9b)
(cherry picked from commit 3add683c94)
(cherry picked from commit 8ed3f3f86b)
(cherry picked from commit 97dc65852b)
(cherry picked from commit e0503cbfea)
(cherry picked from commit f25e6a196b)
(cherry picked from commit cca19c7a4e)
(cherry picked from commit 2c89d7f18c)
(cherry picked from commit 4eb8695c40)
(cherry picked from commit e4c42a68ff)
(cherry picked from commit f76d5e0a82)
(cherry picked from commit c6e5a2962c)
(cherry picked from commit f9927a2253)
2024-02-05 14:44:33 +01:00
..
forgejo-v1.19.0.mysql.sql.gz [DB] run all Forgejo migrations in integration tests 2024-02-05 14:44:33 +01:00
forgejo-v1.19.0.postgres.sql.gz [DB] run all Forgejo migrations in integration tests 2024-02-05 14:44:33 +01:00
forgejo-v1.19.0.sqlite3.sql.gz [DB] run all Forgejo migrations in integration tests 2024-02-05 14:44:33 +01: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 2024-02-05 14:44:33 +01:00