summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Zolnierz <nicholas.zolnierz@mongodb.com>2023-03-01 12:41:52 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2023-03-01 12:56:00 +0000
commitbe760bbf5facb11496202c9a3e32cb69d951ba97 (patch)
tree3553e01d20d7312b23f3c9e7c9a59d43e102e1e2
parentf15b19b907fee13fcd6f1a8b75bebf0ac1e7ae3f (diff)
downloadmongo-be760bbf5facb11496202c9a3e32cb69d951ba97.tar.gz
SERVER-74431 [v4.4] Mark partial_index_logical.js as requires_fcv_44
-rw-r--r--jstests/core/partial_index_logical.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/jstests/core/partial_index_logical.js b/jstests/core/partial_index_logical.js
index d4b988c5864..c2e09d57e53 100644
--- a/jstests/core/partial_index_logical.js
+++ b/jstests/core/partial_index_logical.js
@@ -13,6 +13,8 @@
* assumes_unsharded_collection,
* # Plan cache state is node-local and will not get migrated alongside tenant data.
* tenant_migration_incompatible,
+ * # Sharding support for $planCacheStats requires all nodes to be binary version 4.4.
+ * requires_fcv_44,
* ]
*/
(function() {