Regenerate Gitaly's config.toml each rspec run
This behaviour I removed in 08cdf65b9e
, but this reverts this specific
line. In case storages, or other options changes which are set by the
Rails environment, this will easier to migrate to.
Storage paths is kept in plural, to support multiple storage in later
release for just testing purposes. But its probable that multi Gitaly
scenarios need to be tested.
This commit is contained in:
parent
2a8c3f6d5c
commit
6f4c1fd5a5
1 changed files with 3 additions and 2 deletions
|
@ -158,8 +158,9 @@ module TestEnv
|
|||
version: Gitlab::GitalyClient.expected_server_version,
|
||||
task: "gitlab:gitaly:install[#{gitaly_dir},#{repos_path}]") do
|
||||
|
||||
start_gitaly(gitaly_dir)
|
||||
end
|
||||
Gitlab::SetupHelper.create_gitaly_configuration(gitaly_dir, { 'default' => repos_path }, force: true)
|
||||
start_gitaly(gitaly_dir)
|
||||
end
|
||||
end
|
||||
|
||||
def start_gitaly(gitaly_dir)
|
||||
|
|
Loading…
Reference in a new issue