Skip to content

Fix spec failure for table in gitab_main

Manoj M J requested to merge mmj-fix-test into master

What does this MR do and why?

This spec failed in https://gitlab.com/gitlab-org/gitlab/-/jobs/6016420149, and the reason was traced to the fact that the gitlab_schema of vulnerabilities table was changing from gitlab_main to gitlab_main_cell here.

Because of this reason, we are fixing this spec to remove references to gitlab_main. This is because efforts are underway to classify tables as either gitlab_main_cell or gitlab_main_clusterwide, and eventually the gitlab_main schema will cease to exist.

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 Manoj M J

Merge request reports