Remove allow_disk_access in rename namespaces/projects migration specs
What does this MR do and why?
These specs were relying on allow_disk_access to get the physical disk path of repositories in order to check that they exist. With gitaly cluster it will no be possible to determine where the repository is stored. So instead we refactor these tests to use the RepositoryExists RPC instead.
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Edited by James Fargher