summaryrefslogtreecommitdiff
path: root/jstests
diff options
context:
space:
mode:
authorAnton Korshunov <anton.korshunov@mongodb.com>2020-12-03 18:12:23 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-12-04 10:00:52 +0000
commit5f521888c6852a37aa50d9dcfb5fe0ac444ba2df (patch)
tree2973518e0267277eb9c7f66bfb628ee3c1176a71 /jstests
parenteacb844d1831986fddc9aeba12a26aa5b2793d06 (diff)
downloadmongo-5f521888c6852a37aa50d9dcfb5fe0ac444ba2df.tar.gz
SERVER-51138 Support $planCacheStats in SBE
Diffstat (limited to 'jstests')
-rw-r--r--jstests/core/introspect_hidden_index_plan_cache_entries.js1
-rw-r--r--jstests/core/plan_cache_clear.js1
-rw-r--r--jstests/core/plan_cache_list_shapes.js1
3 files changed, 0 insertions, 3 deletions
diff --git a/jstests/core/introspect_hidden_index_plan_cache_entries.js b/jstests/core/introspect_hidden_index_plan_cache_entries.js
index 1ba2950b7ae..91645f46b5b 100644
--- a/jstests/core/introspect_hidden_index_plan_cache_entries.js
+++ b/jstests/core/introspect_hidden_index_plan_cache_entries.js
@@ -8,7 +8,6 @@
* # routed to the primary.
* assumes_read_concern_unchanged,
* assumes_read_preference_unchanged,
- * sbe_incompatible,
* ]
*/
diff --git a/jstests/core/plan_cache_clear.js b/jstests/core/plan_cache_clear.js
index 5075f3eff16..f88e170bec6 100644
--- a/jstests/core/plan_cache_clear.js
+++ b/jstests/core/plan_cache_clear.js
@@ -11,7 +11,6 @@
// # If all chunks are moved off of a shard, it can cause the plan cache to miss commands.
// assumes_balancer_off,
// assumes_unsharded_collection,
-// sbe_incompatible,
// ]
(function() {
diff --git a/jstests/core/plan_cache_list_shapes.js b/jstests/core/plan_cache_list_shapes.js
index fb776a19adf..66997c95ded 100644
--- a/jstests/core/plan_cache_list_shapes.js
+++ b/jstests/core/plan_cache_list_shapes.js
@@ -11,7 +11,6 @@
// assumes_read_concern_unchanged,
// assumes_read_preference_unchanged,
// assumes_unsharded_collection,
-// sbe_incompatible,
// ]
(function() {
const coll = db.jstests_plan_cache_list_shapes;