Skip to content

Test all action names instead of only the second

Roy Zwambag requested to merge rz-deployment-entity-spec-pg11-fix into master

What does this MR do and why?

This spec is currently broken in master when running it in PG 11 https://gitlab.com/gitlab-org/gitlab/-/jobs/2502288151. In PG11 the order of the manual_actions scope is different than in PG12. There is no explicit ordering in this spec, so we changed the spec to test for all names, instead of only the second one.

How to set up and validate locally

Run the rspecs with PG11. pipeline:run-all-rspec label is added to ensure the pipeline runs specs in PG 11 and 12.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Merge request reports