Skip to content

Prevent cluster migration spec from interfering with later specs

Sean McGivern requested to merge fix-cluster-migration-spec into master

What does this MR do?

Fix a spec failure on EE master.

Are there points in the code the reviewer needs to double check?

Don't think so.

Why was this MR needed?

We shouldn't refer to AR models outside the migration in migration specs. If we do need to, we should use the table helper.

What are the relevant issue numbers?

Closes https://gitlab.com/gitlab-org/gitlab-ee/issues/4479.

Merge request reports