Skip to content

Stop requesting gitaly disk access in repository check specs

James Fargher requested to merge disk_access_single_repository_worker_specs into master

What does this MR do and why?

#375254 (closed)

It will not be possible to access gitaly controlled directories with gitaly cluster as it will not be possible to locate the specific repositories. Specs that need to manipulate git repositories directly need to be moved to gitaly.

Since we cannot make invalid repositories anymore, instead we rely on stubbing.

Gitaly tests for this RPC are https://gitlab.com/gitlab-org/gitaly/-/blob/master/internal/gitaly/service/repository/fsck_test.go

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by James Fargher

Merge request reports

Loading