summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSophia Tan <sophia_tll@hotmail.com>2023-01-06 00:01:59 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2023-01-06 00:48:53 +0000
commit2a3aa2ed8eaf76163b0506c4c7a93cb913379b69 (patch)
tree68e55b88cfc1358ffb604699d797144ed85dd498
parentd5db64b483cf7678879a22a76faec51f08a59a26 (diff)
downloadmongo-2a3aa2ed8eaf76163b0506c4c7a93cb913379b69.tar.gz
SERVER-72531 Complete TODO listed in SERVER-71470
-rw-r--r--buildscripts/resmokeconfig/suites/native_tenant_data_isolation_with_dollar_tenant_jscore_passthrough.yml5
1 files changed, 0 insertions, 5 deletions
diff --git a/buildscripts/resmokeconfig/suites/native_tenant_data_isolation_with_dollar_tenant_jscore_passthrough.yml b/buildscripts/resmokeconfig/suites/native_tenant_data_isolation_with_dollar_tenant_jscore_passthrough.yml
index f5e299c3b2b..3d57682b8c4 100644
--- a/buildscripts/resmokeconfig/suites/native_tenant_data_isolation_with_dollar_tenant_jscore_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/native_tenant_data_isolation_with_dollar_tenant_jscore_passthrough.yml
@@ -73,11 +73,6 @@ selector:
# In a multitenancy environment the catalog will always return tenant-prefixed entries, so the
# list_catalog test will be broken as it checks for non-tenant-prefixed entries.
- jstests/core/list_catalog.js
- # TODO SERVER-71470: this test cannot work as aggregate with $lookup query on multiple collections drops off the tenant informaton.
- - jstests/core/txns/aggregation_in_transaction.js
- - jstests/core/plan_cache_clear.js
- - jstests/core/plan_cache_list_plans.js
- - jstests/core/index_filter_commands.js
# TODO SERVER-72285: currentOp requests with dollar tenant cannot get operations being executed by the tenant.
- jstests/core/crud_ops_do_not_throw_locktimeout.js
- jstests/core/currentop.js