Skip to content

Default to putting a project in a group in tests

Stan Hu requested to merge sh-fix-issue-45350-try2 into master

There are two kinds of namespaces used in GitLab: user and group namespaces. The former is implied with a type of nil, and the latter uses a type of Group. If a project namespace is created with the same ID as the user's namespace, there will be ambiguity that can cause test failures.

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/45350

Edited by Stan Hu

Merge request reports

Loading