Skip to content

Failure in api/4_verify/cancel_pipeline_when_block_user_spec.rb | Verify When user is blocked pipeline schedule is canceled

Test metadata (don't modify)

Field Value
File qa/specs/features/api/4_verify/cancel_pipeline_when_block_user_spec.rb
Description Verify When user is blocked pipeline schedule is canceled
Test case https://gitlab.com/gitlab-org/gitlab/-/quality/test_cases/347999

Stack trace

Failures:
  1) Verify When user is blocked pipeline schedule is canceled
     Failure/Error:
       Resource::PipelineSchedules.fabricate_via_api! do |schedule|
         schedule.api_client = user_api_client
         schedule.project = project
       end
     
     QA::Resource::Errors::ResourceFabricationFailedError:
       Fabrication of QA::Resource::PipelineSchedules using the API failed (403) with `{"message":"403 Forbidden"}`.
       Correlation Id: 01H532WPNJ49TWEGHMVZDB29Z1
     # ./qa/resource/api_fabricator.rb:131:in `api_post_to'
     # ./qa/resource/api_fabricator.rb:104:in `api_post'
     # ./qa/resource/api_fabricator.rb:29:in `fabricate_via_api!'
     # ./qa/resource/base.rb:66:in `block (2 levels) in fabricate_via_api!'
     # ./qa/resource/base.rb:97:in `log_and_record_fabrication'
     # ./qa/resource/base.rb:66:in `block in fabricate_via_api!'
     # ./qa/resource/base.rb:87:in `do_fabricate!'
     # ./qa/resource/base.rb:65:in `fabricate_via_api!'
     # ./qa/specs/features/api/4_verify/cancel_pipeline_when_block_user_spec.rb:24:in `block (3 levels) in <module:QA>'
     # ./qa/specs/spec_helper.rb:122:in `block (2 levels) in <top (required)>'
     # ./qa/specs/knapsack_runner.rb:17:in `run'
     # ./qa/specs/runner.rb:57:in `perform'
     # ./qa/scenario/template.rb:10:in `block in perform'
     # ./qa/scenario/template.rb:8:in `perform'
     # ./qa/scenario/template.rb:50:in `perform'
     # ./qa/scenario/template.rb:10:in `block in perform'
     # ./qa/scenario/template.rb:8:in `perform'
     # ./qa/scenario/bootable.rb:52:in `launch!'

Reports (5)

  1. 2023-07-11: https://gitlab.com/gitlab-org/gitlab/-/jobs/4634441211 (https://gitlab.com/gitlab-org/gitlab/-/pipelines/927985861)
  2. 2023-12-05: https://gitlab.com/gitlab-org/gitlab/-/jobs/5684043401 (https://gitlab.com/gitlab-org/gitlab/-/pipelines/1096009130)
  3. 2023-12-05: https://gitlab.com/gitlab-org/gitlab/-/jobs/5686509636 (https://gitlab.com/gitlab-org/gitlab/-/pipelines/1096347274)
  4. 2023-12-06: https://gitlab.com/gitlab-org/gitlab/-/jobs/5691072012 (https://gitlab.com/gitlab-org/gitlab/-/pipelines/1097080475)
  5. 2023-12-14: https://gitlab.com/gitlab-org/gitlab/-/jobs/5749987405 (https://gitlab.com/gitlab-org/gitlab/-/pipelines/1106605303)
Edited by Ghost User