Skip to content

Don't use FFaker in factories, use sequences instead

Rémy Coutable requested to merge 29643-stop-using-ffaker-in-factories into master

EE MR: gitlab-org/gitlab-ee!1495

What does this MR do?

Replace FFaker with sequence-generated attributes. This should make the test suite less brittle.

What are the relevant issue numbers?

Closes #29643 (closed)

Merge request reports