Skip to content

Skip specs for flags that do not work for fully decomposed dbs

Thong Kuah requested to merge skip_specs_for_ffs_in_fully_decomposed into master

What does this MR do and why?

Skips specs for feature flags which do not work for fully decomposed dbs.

These flags (such as ci_queuing_use_denormalized_data_strategy) are designed to fix issues when working with fully decomposed databases (mostly because of ci-decompositionphase6 cross-database query joins). So, It simply does not work when the feature flag is disabled.

Extracted from !78182 (fb27812e)

Screenshots or screen recordings

These are strongly recommended to assist reviewers and reduce the time to merge your change.

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

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