gitea/integrations/migration-test
zeripath 3ae4c4898b
Prevent hang in git cat-file if the repository is not a valid repository (Partial #17991) (#17992)
* Prevent hang in git cat-file if the repository is not a valid repository (Partial #17991)

Unfortunately it appears that if git cat-file is run in an invalid
repository it will hang until stdin is closed. This will result in
deadlocked /pulls pages and dangling git cat-file calls if a broken
repository is tried to be reviewed or pulls exists for a broken
repository.

Signed-off-by: Andrew Thornton <art27@cantab.net>

* placate lint

Signed-off-by: Andrew Thornton <art27@cantab.net>

* fix compilation bug

Signed-off-by: Andrew Thornton <art27@cantab.net>

* Add the missing directories to the testrepos

* fixup! Add the missing directories to the testrepos

* and ensure that all of the other places have the objects directories too

Signed-off-by: Andrew Thornton <art27@cantab.net>

Co-authored-by: techknowlogick <techknowlogick@gitea.io>
2021-12-17 10:08:00 +08:00
..
gitea-v1.6.4.mssql.sql.gz Remove statements not supported by SQLExpress from migration te… (#9929) 2020-01-22 15:09:35 +01:00
gitea-v1.6.4.mysql.sql.gz Add migration test (#5773) 2019-01-28 11:18:52 -05:00
gitea-v1.6.4.postgres.sql.gz Add support for database schema in PostgreSQL (#8819) 2020-01-20 16:45:14 +01:00
gitea-v1.6.4.sqlite3.sql.gz Add migration test (#5773) 2019-01-28 11:18:52 -05:00
gitea-v1.7.0.mssql.sql.gz Remove statements not supported by SQLExpress from migration te… (#9929) 2020-01-22 15:09:35 +01:00
gitea-v1.7.0.mysql.sql.gz Add migration test (#5773) 2019-01-28 11:18:52 -05:00
gitea-v1.7.0.postgres.sql.gz Add support for database schema in PostgreSQL (#8819) 2020-01-20 16:45:14 +01:00
gitea-v1.7.0.sqlite3.sql.gz Add migration test (#5773) 2019-01-28 11:18:52 -05:00
migration_test.go Prevent hang in git cat-file if the repository is not a valid repository (Partial #17991) (#17992) 2021-12-17 10:08:00 +08:00