Add tests for git annex drop (#47)

This adds some rudimentary tests that drop files in a repository's clone
as well as from a repository on Forgejo.

Fixes #4.

Reviewed-on: https://codeberg.org/matrss/forgejo-aneksajo/pulls/47
Co-authored-by: Matthias Riße <m.risse@fz-juelich.de>
Co-committed-by: Matthias Riße <m.risse@fz-juelich.de>
This commit is contained in:
Matthias Riße 2024-10-22 18:33:26 +00:00 committed by matrss
parent bdbc520c81
commit e1cf3aef73
2 changed files with 799 additions and 211 deletions

View file

@ -192,7 +192,7 @@ jobs:
TAGS: bindata
- run: |
su forgejo -c 'make test-mysql-migration test-mysql'
timeout-minutes: 50
timeout-minutes: 90
env:
TAGS: bindata
USE_REPO_TEST_DIR: 1
@ -251,7 +251,7 @@ jobs:
TAGS: bindata
- run: |
su forgejo -c 'make test-pgsql-migration test-pgsql'
timeout-minutes: 50
timeout-minutes: 90
env:
TAGS: bindata
RACE_ENABLED: true
@ -299,7 +299,7 @@ jobs:
TAGS: bindata sqlite sqlite_unlock_notify
- run: |
su forgejo -c 'make test-sqlite-migration test-sqlite'
timeout-minutes: 50
timeout-minutes: 90
env:
TAGS: bindata sqlite sqlite_unlock_notify
RACE_ENABLED: true

File diff suppressed because it is too large Load diff