summaryrefslogtreecommitdiff
path: root/jstests/core/collation_plan_cache.js
diff options
context:
space:
mode:
authorSophia Tan <sophia_tll@hotmail.com>2022-11-18 23:11:48 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-11-21 16:56:07 +0000
commitc0cc8aba2740f0f345bd2387759188e2f1a35612 (patch)
treeb7f468755a732a0a6ab8b4dca63843e5c6123033 /jstests/core/collation_plan_cache.js
parent5942345702bad4542a523a36885c3fcafa02bded (diff)
downloadmongo-c0cc8aba2740f0f345bd2387759188e2f1a35612.tar.gz
SERVER-70975 Exclude commands which are not allowed with security token from NTDI core passthrough (Part 1)
Diffstat (limited to 'jstests/core/collation_plan_cache.js')
-rw-r--r--jstests/core/collation_plan_cache.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/jstests/core/collation_plan_cache.js b/jstests/core/collation_plan_cache.js
index 052141dc918..da6c2f08081 100644
--- a/jstests/core/collation_plan_cache.js
+++ b/jstests/core/collation_plan_cache.js
@@ -1,6 +1,9 @@
// Integration testing for the plan cache and index filter commands with collation.
//
+// The test runs commands that are not allowed with security token: planCacheClear,
+// planCacheClearFilters, planCacheListFilters, planCacheSetFilter.
// @tags: [
+// not_allowed_with_security_token,
// assumes_read_concern_unchanged,
// # This test attempts to perform queries and introspect the server's plan cache entries. The
// # former operation may be routed to a secondary in the replica set, whereas the latter must be