summaryrefslogtreecommitdiff
path: root/buildscripts
diff options
context:
space:
mode:
authorjannaerin <golden.janna@gmail.com>2023-01-27 18:33:40 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2023-01-27 20:11:03 +0000
commitc7e367ff8605f380db6e9d721abfcaf1d6de498a (patch)
tree6c95e79b924047f25bb1514350e026cc6bf816cb /buildscripts
parent7766e574b039922351d2b89c1c8b2cd7a6daf08b (diff)
downloadmongo-c7e367ff8605f380db6e9d721abfcaf1d6de498a.tar.gz
SERVER-72285 currentOp with $tenant should see ops for same tenant
Diffstat (limited to 'buildscripts')
-rw-r--r--buildscripts/resmokeconfig/suites/native_tenant_data_isolation_with_dollar_tenant_jscore_passthrough.yml21
1 files changed, 6 insertions, 15 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 847f3452f6d..4f77c24cedc 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
@@ -71,23 +71,14 @@ 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-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
- - jstests/core/**/currentop_waiting_for_latch.js
- - jstests/core/**/failcommand_failpoint.js
- - jstests/core/**/fsync.js
- - jstests/core/**/killop_drop_collection.js
- - jstests/core/administrative/profile/profile_hide_index.js
- - jstests/core/comment_field.js
- - jstests/core/txns/kill_cursors_in_transaction.js
- - jstests/core/txns/kill_sessions_kills_transaction.js
- - jstests/core/txns/transactions_block_ddl.js
- - jstests/core/txns/currentop_blocked_operations.js
- - jstests/core/txns/new_transactions_on_session_with_prepared_txn_block_behind_prepare.js
- - jstests/core/txns/write_conflicts_with_non_txns.js
+ # These tests create a new thread, so $tenant won't be properly injected.
+ - jstests/core/txns/txns/transactions_block_ddl.js
+ - jstests/core/txns/txns/write_conflicts_with_non_txns.js
# TODO SERVER-72357: cannot get the expected error due to an authorization contract issue.
- jstests/core/txns/multi_statement_transaction_command_args.js
+ # TODO SERVER-73023 The tenantId is not attached to the namespace provided to failcommand
+ # failpoint
+ - jstests/core/failcommand_failpoint.js
executor:
archive: