-
Type:
Task
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Query Integration
-
Fully Compatible
-
0
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
- Summary
- The test `extension_on_view_after_vector_search.js` was missing the `featureFlagExtensionStubParsers` tag, causing it to fail on the `all-non-rollback-feature-flags` variant where this IFR flag is force-enabled
- Without the tag, the stub parser fires for `$testFoo` (throwing 10918500) instead of the real extension parser, which prevents the pipeline from reaching `bindViewInfo()` where the expected `NotImplemented` (238) would be thrown
- Same fix as
SERVER-120419, which applied the identical tag to other `$testFoo` extension tests
-
- Test plan
- [ ] Verify the failing test passes on the `enterprise-amazon-linux2023-arm64-all-non-rollback-feature-flags` variant (BF-43495)
- is related to
-
SERVER-120419 Add missing featureFlagExtensionStubParsers tag to extensions tests
-
- Closed
-
- related to
-
SERVER-127986 Add featureFlagExtensionStubParsers tag to extension_docs_needed_bounds test
-
- Closed
-