Flaky test spec/services/ci/after_requeue_job_service_spec.rb:205 # Ci::AfterRequeueJobService stage-dag mixed pipeline with some same-stage needs when the FF ci_fix_order_of_subsequent_jobs is disabled does not mark b1 as processable
Job #2234711670 failed for d1b7dd78:`
1) Ci::AfterRequeueJobService stage-dag mixed pipeline with some same-stage needs when the FF ci_fix_order_of_subsequent_jobs is disabled does not mark b1 as processable
Failure/Error: expect(processables.order(:name).pluck(:name, :status)).to contain_exactly(*statuses.stringify_keys.to_a)
expected collection contained: [["a1", "pending"], ["a2", "created"], ["b1", "skipped"], ["b2", "created"], ["c1", "created"], ["c2", "created"]]
actual collection contained: [["a1", "pending"], ["a2", "created"], ["b1", "created"], ["b2", "created"], ["c1", "created"], ["c2", "created"]]
the missing elements were: [["b1", "skipped"]]
the extra elements were: [["b1", "created"]]
# ./spec/services/ci/after_requeue_job_service_spec.rb:227:in `check_jobs_statuses'
# ./spec/services/ci/after_requeue_job_service_spec.rb:208:in `block (4 levels) in <top (required)>'
# ./spec/spec_helper.rb:423:in `block (3 levels) in <top (required)>'
# ./spec/support/sidekiq_middleware.rb:9:in `with_sidekiq_server_middleware'
# ./spec/spec_helper.rb:414:in `block (2 levels) in <top (required)>'
# ./spec/spec_helper.rb:410:in `block (3 levels) in <top (required)>'
# ./lib/gitlab/application_context.rb:45:in `with_raw_context'
# ./spec/spec_helper.rb:410:in `block (2 levels) in <top (required)>'
# ./spec/spec_helper.rb:267:in `block (2 levels) in <top (required)>'
# ./spec/support/system_exit_detected.rb:7:in `block (2 levels) in <top (required)>'
# ./spec/support/sidekiq.rb:21:in `block (3 levels) in <top (required)>'
# ./spec/support/sidekiq.rb:8:in `gitlab_sidekiq_inline'
# ./spec/support/sidekiq.rb:21:in `block (2 levels) in <top (required)>'
# ./spec/support/flaky_tests.rb:27:in `block (2 levels) in <top (required)>'
# ./spec/support/database/prevent_cross_joins.rb:106:in `block (3 levels) in <top (required)>'
# ./spec/support/database/prevent_cross_joins.rb:60:in `with_cross_joins_prevented'
# ./spec/support/database/prevent_cross_joins.rb:106:in `block (2 levels) in <top (required)>'