Skip to content

Removes factories on Cluster background migration

What does this MR do?

Removes factories on Cluster background migration: spec/lib/gitlab/background_migration/populate_cluster_kubernetes_namespace_table_spec.rb

According to our documentation (see spec/migrations/readme.md), we should use table helper on background migrations, to create a temporary ActiveRecord::Base derived model

This MR is needed for https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/24368

Does this MR meet the acceptance criteria?

Edited by 🤖 GitLab Bot 🤖

Merge request reports