summaryrefslogtreecommitdiff
path: root/jstests/sharding/migration_server_status.js
diff options
context:
space:
mode:
authorAllison Easton <allison.easton@mongodb.com>2023-04-04 13:02:18 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2023-04-04 13:46:17 +0000
commit29ee661f9f9d9f1ed1dd030cb860e5d96cb693cc (patch)
tree309dddb7da6384e5eecc71cb1a322554aae85ca8 /jstests/sharding/migration_server_status.js
parent806b58d5fac1b17d848b3c7c997b67b68440b2ba (diff)
downloadmongo-29ee661f9f9d9f1ed1dd030cb860e5d96cb693cc.tar.gz
SERVER-75536 Create feature flag for cluster parameter in PM-2689
Diffstat (limited to 'jstests/sharding/migration_server_status.js')
-rw-r--r--jstests/sharding/migration_server_status.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/sharding/migration_server_status.js b/jstests/sharding/migration_server_status.js
index 9d6642d8086..ab73e053b82 100644
--- a/jstests/sharding/migration_server_status.js
+++ b/jstests/sharding/migration_server_status.js
@@ -19,7 +19,7 @@ var mongos = st.s0;
var admin = mongos.getDB("admin");
var coll = mongos.getCollection("migration_server_status.coll");
const usingSetClusterParameter =
- FeatureFlagUtil.isPresentAndEnabled(st.config, "CheckForDirectShardOperations");
+ FeatureFlagUtil.isPresentAndEnabled(st.config, "ClusterCardinalityParameter");
assert.commandWorked(
admin.runCommand({enableSharding: coll.getDB() + "", primaryShard: st.shard0.shardName}));