Skip to content

Replace migration test examples

Terri Chu requested to merge terrichu-master-patch-92147 into master

What does this MR do and why?

Two of the examples used for migration testing have hardcoded id fields used in test data setup. This is generally not a recommended practice in tests and can cause brittleness (examples: #205219 (comment 286997549), !42200 (comment 417469776))

This MR replaces the two examples with examples of tests that do not use hardcoded ids.

Screenshots or screen recordings

N/A

How to set up and validate locally

N/A

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Terri Chu

Merge request reports