forgejo/tests
Gusted a064065cb9
[GITEA] Remove redundant syncBranchToDB
- The transaction in combination with Git push was causing deadlocks if
you had the `push_update` queue set to `immediate`. This was the root
cause of slow integration tests in CI.
- Remove the sync branch code as this is already being done in the Git
post-receive hook.
- Add tests to proof the branch models are in sync even with this code
removed.

(cherry picked from commit 90110e1f44)
2023-12-18 14:39:08 +01:00
..
e2e
fuzz
gitea-lfs-meta
gitea-repositories-meta
integration [GITEA] Remove redundant syncBranchToDB 2023-12-18 14:39:08 +01:00
testdata/data/attachments/a/0
mssql.ini.tmpl
mysql.ini.tmpl [CI] disable meilisearch/elasticsearch test, no server yet in CI 2023-12-18 14:39:08 +01:00
pgsql.ini.tmpl
sqlite.ini.tmpl
test_utils.go