RepositoryService.CreateRepositoryFromBundle: cleanup after error
In case of error after repository creation, Gitaly makes sure to remove the created repo. We must do the same, and it opens up room for retries.
parent
b8727a86
No related branches found
No related tags found
Showing
- hgitaly/service/repository.py 10 additions, 3 deletionshgitaly/service/repository.py
- hgitaly/service/tests/test_repository_service.py 11 additions, 0 deletionshgitaly/service/tests/test_repository_service.py
- tests_with_gitaly/test_repository_service.py 13 additions, 0 deletionstests_with_gitaly/test_repository_service.py
Please register or sign in to comment