-
Type: Improvement
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
Query Integration
Following SERVER-92931, the following paths are excluded from 'timeseries_crud_jscore_passthrough.yml':
- jstests/core/query/json_schema/*/.js
- jstests/core/query/doc_validation/*/.js
- jstests/core/query/api/*/.js
- jstests/core/query/collstats/*/.js
- jstests/core/query/queryable_encryption/*/.js
This is because these tests previously were not under the 'jstests/core/query' subdirectory and thus were not picked up in this suite.
As such, this ticket tracks the work to determine whether any of these tests in these directories can run in this suite. Some of them definitely cannot, e.g. json_schema, doc_validation, and queryable_encryption as these features are not compatible with timeseries, but perhaps some of the tests under collstats and api, for example, can run with timeseries.