Skip to content

Failure in api/3_create/repository/project_archive_compare_spec.rb | Create Compare archives of different user projects with the same name and check they're different download archives of each user project then check they are different

Full description

Create Compare archives of different user projects with the same name and check they're different download archives of each user project then check they are different

File path

./qa/specs/features/api/3_create/repository/project_archive_compare_spec.rb

Stack trace

Failure/Error:
  project = Resource::Project.fabricate_via_api! do |project|
    project.personal_namespace = user.username
    project.add_name_uuid = false
    project.name = project_name
    project.api_client = api_client
  end

QA::Resource::Errors::ResourceFabricationFailedError:
  Fabrication of QA::Resource::Project using the API failed (403) with `{"message":"403 Forbidden - Your account has been blocked."}`.
  Correlation Id: 01GD2BERNBRW1CY58FJKBM8H5W

First happened in https://gitlab.com/gitlab-org/quality/nightly/-/jobs/3037502805.

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