Tests in jstests/multiVersion tagged with requires_fcv_xx never run in the "multiversion" suite in EVG, because those tags are explicitly excluded. It is a common pitfall to commit those always-excluded tests, because a local resmoke invocation runs them, and an EVG required patch shows no failures (since the tests don't run).
The following QE tests are affected by this issue and never run;
- jstests/multiVersion/genericBinVersion/query-execution-query-settings/query_settings_upgrade_downgrade.js
This ticket should remove the tags so the tests run and allow us to catch any regressions.
- is depended on by
-
SERVER-128268 Implement upgrade downgrade procedure for PQS query knobs
-
- Closed
-
- related to
-
SERVER-132548 Prevent tests in jstests/multiVersion from being fully excluded via requires_fcv_xx tags
-
- Closed
-