Skip to content

Re-apply ref: Standardize errors creation

Pavlo Strokov requested to merge revert-2bd52104 into master

This reverts merge request !5039 (merged), so it applies changes done in the !5027 (merged).
The revert of the changes was done because test suite in GitLab Rails app was failing due to a strict error comparison. The strict comparison of the errors returned from Gitaly RPCs now replaced with regexp matching in the gitlab!103740 (merged).
Is it still verifies the error text contains expected message, but doesn't limit it to include additional information.

Merge request reports