|
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.
|