Skip to content

Prepare rails web tests for gitaly stopping using infor/attribute

What does this MR do and why?

In Epic &9006, gitaly is removing its reliance on writing out info/gitattributes. A key step of that stop using ApplyGitattributes() (make it no-op) see MR gitaly!6573 (merged)

ApplyGitattributes() is the RPC call behind copy_gitattributes, so this MR aims to prepare rails tests for stop using ApplyGitattributes().

The purpose of this MR has two folds:

  1. with this changes, the rail tests should be working with current gitaly
  2. once MR gitaly!6573 (merged) is merged, the rail tests should be working with the updated gitaly

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

Edited by Eric Ju

Merge request reports

Loading