Skip to content

Setup and run a Gitaly server for testing if GitalyClient is enabled

username-removed-367626 requested to merge gitaly-testing into master

What does this MR do?

If Gitaly is enabled (which it will be by default after gdk reconfigure and on CI) it setups and manages a Gitaly server for testing. If so, it also makes it so that all Gitaly features are enabled while testing.

Are there points in the code the reviewer needs to double check?

Open MRs will need rebase/update if their tests assume Gitaly is disabled by default.

Why was this MR needed?

As we add more features to Gitaly, it becomes more pressing to make sure the whole system works correctly with all Gitaly features enabled.

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

https://gitlab.com/gitlab-org/gitlab-ce/issues/29066 and https://gitlab.com/gitlab-org/gitaly/issues/113

Merge request reports