-
Type: Task
-
Resolution: Done
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
Serverless
-
Fully Compatible
-
Server Serverless 2023-09-04, Server Serverless 2023-09-18, Server Serverless 2023-10-02
With the NTDI with tenant prefix jscore passthrough test suite, we inject tenant prefix alone into command requests.
We found some issues when testing following js tests:
- jstests/core/views/views_distinct.js
- jstests/core/views/views_distinct_with_arrays.js
- jstests/core/timeseries/bucket_unpacking_group_reorder_fixed_buckets.js
- jstests/core/dbadmin.js
- jstests/core/catalog/list_catalog.js
- jstests/core/ddl/dropdb.js
- jstests/core/dbcase.js
- jstests/core/query/query_settings/query_settings_cmds.js
- jstests/core/views/views_count.js
- jstests/core/query/agg_hint.js
- jstests/core/timeseries/timeseries_delete_hint.js
- jstests/core/timeseries/timeseries_out_non_sharded.js
- jstests/core/views/views_collation.js
- jstests/core/queryable_encryption/basic_crud.js
- jstests/core/timeseries/timeseries_update_hint.js
We need to fix the issues before we add those js files back to the test suite.
- depends on
-
SERVER-80641 validate command has no tenant prefix in responses
- Closed
- is related to
-
SERVER-80397 Distinct command on views does not return expected tenant prefix
- Closed
-
SERVER-80407 explain count command does not return expected tenant prefix
- Closed