-
Type: Task
-
Resolution: Won't Fix
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
QE 2024-01-08, QE 2024-01-22
index_filter_collation.js is testing how index filters are applied to both find and distinct. The test fails in index_filters_to_query_settings suite because it overrides index filters commands to use query settings instead. Even though distinct supports query settings since SERVER-79230, the overrides from make_index_filters_into_query_settings.js are only mocking index filters applied to find command.
- depends on
-
SERVER-79230 Apply QuerySettings for distinct commands
- Closed