Skip to content

Remove seed_helper from Gitlab::Git::Blame specs

James Fargher requested to merge remove_seed_helper_git_blame into master

What does this MR do and why?

#336749 (closed)

SeedHelper uses git to directly insert repositories into gitaly. Soon we will be using the praefect database in tests and when this happens we will not be able to directly manipulate repositories in gitaly without praefects knowledge.

The repository used by the project factory has slighty different files than the repository used by SeedHelper. It does not affect the function of the tests.

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