summaryrefslogtreecommitdiff
path: root/buildscripts
diff options
context:
space:
mode:
authorSophia Tan <sophia_tll@hotmail.com>2022-11-01 18:00:04 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-11-01 19:07:46 +0000
commit774dec4733a7f3066aace01e87842f085275b034 (patch)
treebbbef0e9e7a61222c21e30cf3000c9499c6c490b /buildscripts
parent4bf52a2c2a27f8c29d6771b59e36c684577da747 (diff)
downloadmongo-774dec4733a7f3066aace01e87842f085275b034.tar.gz
SERVER-70824 All serverless allowed commands should be allowed with security token
Diffstat (limited to 'buildscripts')
-rw-r--r--buildscripts/resmokeconfig/suites/native_tenant_data_isolation_jscore_passthrough.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/buildscripts/resmokeconfig/suites/native_tenant_data_isolation_jscore_passthrough.yml b/buildscripts/resmokeconfig/suites/native_tenant_data_isolation_jscore_passthrough.yml
index 095ece529da..b5670dcac84 100644
--- a/buildscripts/resmokeconfig/suites/native_tenant_data_isolation_jscore_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/native_tenant_data_isolation_jscore_passthrough.yml
@@ -10,6 +10,15 @@ selector:
- jstests/core/timeseries/timeseries_internal_bucket_geo_within.js
- jstests/core/timeseries/bucket_granularity.js
- jstests/core/timeseries/timeseries_graph_lookup.js
+ - jstests/core/hello_response_validation.js # Test cmd: hello, ismaster
+ - jstests/core/currentop_cursors.js # Test cmd: currentOp
+ - jstests/core/tcp_fastopen.js # Test cmd: serverStatus
+ - jstests/core/views/views_coll_stats.js # Test cmd: collStats
+ - jstests/core/list_commands.js # Test cmd: listCommands
+ - jstests/core/dbstats.js # Test cmd: dbStats, serverStatus
+ - jstests/core/filemd5.js # Test cmd: filemd5
+ - jstests/core/txns/many_txns.js # Test cmd: getParameter
+ - jstests/core/txns/create_collection.js # Test cmd: configureFailPoint
executor:
archive:
@@ -17,6 +26,7 @@ executor:
config:
shell_options:
eval: |
+ testingReplication = true;
load('jstests/libs/override_methods/inject_security_token.js');
fixture:
class: ReplicaSetFixture