[SERVER-86001] Mongo-Container doesn't exclude feature-flag-only jscore tests Created: 30/Jan/24 Updated: 01/Feb/24 Resolved: 01/Feb/24 |
|
| Status: | Closed |
| Project: | Core Server |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Major - P3 |
| Reporter: | Zack Winter | Assignee: | Zack Winter |
| Resolution: | Done | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Assigned Teams: |
Build
|
| Operating System: | ALL |
| Sprint: | Build and Correctness OnDeck |
| Participants: |
| Description |
|
7.0.5 exposed a failure in mongo-container: the resmoke invocation expects all_feature_flags.txt to figure out which feature flags are disabled, so it can then disable the tests that require said feature flags. mongo-container currently doesn't generate all_feature_flags.txt, so right now the all feature-flag-only tests are being run against all container releases. Update mongo-container's setup steps to generate all_feature_flags.txt to fix this issue. See https://mongodb.slack.com/archives/CKABWR2CT/p1706647824643339 for context |