Skip to content

Fix bug in migration script to create root namespace mappings

Hunar Khanna requested to merge hkhanna2_fix_migration_script_bug_20240711 into master

Issue: #471947 (closed)

What does this MR do and why?

  • Addresses bugfix in the migration script MR that results in fewer records getting migrated
  • Add spec to catch/verify the bug fix
  • Noops the existing buggy migration and reschedule the background migration in a new post migration step (as per the guidelines here)

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 Hunar Khanna

Merge request reports