Skip to content

Ignore backticks in GitLab Large Migration spec

What does this MR do and why?

!163779 (merged) updated Direct Transfer to wrap user mentions in backticks when bulk_import_importer_user_mapping and importer_user_mapping feature flags are enabled.

This change updates GitLab Large Migration spec to ignore backticks when comparing source and destination descriptions and notes, this way the spec should pass when the feature flags are enabled and disabled.

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.

How to set up and validate locally

Execute the spec with the feature flags importer_user_mapping and bulk_import_importer_user_mapping enabled and disabled. In both cases, the spec should migrate the project, and the test should pass.

Edited by Rodrigo Tomonari

Merge request reports