Skip to content

Fix the seeder 24_forks.rb cannot find public project

Shinya Maeda requested to merge fix-24-forks-seeder-cannot-find-project into master

What does this MR do?

During the seed_fu process (via rake dev:setup), it creates some project with a random visibility level, as the following code

visibility_level: Gitlab::VisibilityLevel.values.sample,

This could cause an exception in 24_forks.rb which assumes there is at least one public project. If Gitlab::VisibilityLevel.values.sample didn't choose public, then it triggers an error like https://gitlab.com/dosuken123/thin-gdk/-/jobs/138735110

What are the relevant issue numbers?

Does this MR meet the acceptance criteria?

Edited by Shinya Maeda

Merge request reports

Loading