Skip to content

Failure in api/1_manage/user_access_termination_spec.rb | Manage User after parent group membership termination is not allowed to push code via the CLI

Full description

Manage User after parent group membership termination is not allowed to push code via the CLI

File path

./qa/specs/features/api/1_manage/user_access_termination_spec.rb

Stack trace

Failure/Error:
  @project = Resource::Project.fabricate_via_api! do |project|
    project.group = @group
    project.name = "project-for-user-group-access-termination"
    project.initialize_with_readme = true
  end

QA::Resource::Errors::ResourceFabricationFailedError:
  Fabrication of QA::Resource::Project using the API failed (400) with `{"message":{"base":["Failed to create repository","Failed to create repository"]}}`.
  Correlation Id: 01FZ97QTFA5HBZ6R36M2B0MQ5A
  Sentry Url: https://sentry.gitlab.net/gitlab/staginggitlabcom/?environment=gstg&query=correlation_id%3A%2201FZ97QTFA5HBZ6R36M2B0MQ5A%22
  Kibana Url: https://nonprod-log.gitlab.net/app/discover#/?_a=(query:(language:kuery,query:'json.correlation_id%20:%2001FZ97QTFA5HBZ6R36M2B0MQ5A'))&_g=(time:(from:now-24h%2Fh,to:now))

First happened in https://ops.gitlab.net/gitlab-org/quality/staging/-/jobs/6674123.

Related test case: https://gitlab.com/gitlab-org/gitlab/-/quality/test_cases/347863.