forgejo-federation/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 ec8003859c920ac05a071ad9b1d9d8af5a694ac0)
(cherry picked from commit 697570ff390656930d41bcdc4194aacc5c7a54f4)
(cherry picked from commit f041aec17265ca34943f961d9640e60c96c0f24d)
(cherry picked from commit 60463e3bab9dfa6aae7f379fc77309ab52b1d250)
(cherry picked from commit b2fc2a7c1338ad2a9bd0a6887443e604dccda53f)
(cherry picked from commit fb2759b6afc213d5e2db8f6e523391927c611b23)
(cherry picked from commit 37cfc3b2275afd523f53e149781d69a2914fd83b)
(cherry picked from commit 832607500a576a40ee1e35897e58ef319dba9788)
(cherry picked from commit 143d4007b1b60ad1880b64ce1d4998e77854a05a)
(cherry picked from commit a17e803fbfb7908729c2d92fd58360806cce6fbe)
(cherry picked from commit 72ffd49bc3c218acf8c87f7464f2c028860adba8)
(cherry picked from commit 9b92a5fd725b34d7ed18b5f1ebc78e1a45de07eb)
(cherry picked from commit 0a334d0a9b02617360aaa76d55dbb0f6fd5547f4)
(cherry picked from commit 3add683c9411018f735c0a19827354870310b9c8)
(cherry picked from commit 8ed3f3f86b0ddab8fc6adc0557b3f5d5e3b8ed4a)
(cherry picked from commit 97dc65852b215d85c8608033bd4180d91aef1a54)
(cherry picked from commit e0503cbfead8e5f7f48d0eb0f32bd6881437bb9b)
(cherry picked from commit f25e6a196b32dcb500fa7df65f21124e5e6a10c4)
(cherry picked from commit cca19c7a4e35982c5fec4de4fcb53690f22d1212)
(cherry picked from commit 2c89d7f18c9493e720e0d06c4b2cd072445eff47)
(cherry picked from commit 4eb8695c40e5d1c64113ce19bb3deae1eafe64c9)
(cherry picked from commit e4c42a68ffccb83fcd7379baa402daae15d6f57b)
(cherry picked from commit f76d5e0a820fbce8c7be968d8318a5a543e43e85)
(cherry picked from commit c6e5a2962cae3eee0b39469bcf39396ee6efddcd)
(cherry picked from commit f9927a2253263110b60c4a49771bf72f660b3ad5)
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