-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
-
ALL
jstests that are tagged with feature flags that are in the fully_disabled_feature_flags.yml file are not excluded correctly.
I am not sure if this was intentional or not. It would make sense for us to not allow fully disabled tests to exist in the repo but this is not documented and is not intuitive.
Original message in slack:
Hi! I am facing an issue with tests being run despite turning off the feature flag they require and excluding it from running in all feature flag variant (buildscripts/resmokeconfig/fully_disabled_feature_flags.yml).The tests contain the following tags:
* [~tags:] [ * requires_fcv_70, * featureFlagOnlineMovePrimaryLifecycle * ]
The above changes were made as part of this PR.
The linked BFG for BF-28839 shows the tests being run in both all variants build and others on the master. What is causing them to run?
Created with Jira Integration+ for trevor.guidry (trevor.guidry@mongodb.com)
- related to
-
SERVER-79258 resmoke --force-excluded-tests param does not work with fully_disabled_feature_flags.yml
- Backlog