summaryrefslogtreecommitdiff
path: root/jstests/sharding/findandmodify1.js
diff options
context:
space:
mode:
authorPierlauro Sciarelli <pierlauro.sciarelli@mongodb.com>2023-03-14 22:07:59 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2023-03-15 03:20:02 +0000
commitfe11886741f2e31a6876df833207724dc7e0d8fd (patch)
tree0a659d407673ce5deaec67bd9c2e2a8945a7f6b8 /jstests/sharding/findandmodify1.js
parentdf8218343dc1258f60a1ea5ba027bd18cbb6f9f8 (diff)
downloadmongo-fe11886741f2e31a6876df833207724dc7e0d8fd.tar.gz
SERVER-66652 Remove NoMoreAutoSplitter feature flag
Diffstat (limited to 'jstests/sharding/findandmodify1.js')
-rw-r--r--jstests/sharding/findandmodify1.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/sharding/findandmodify1.js b/jstests/sharding/findandmodify1.js
index e4edc3edc15..dfdd89c078f 100644
--- a/jstests/sharding/findandmodify1.js
+++ b/jstests/sharding/findandmodify1.js
@@ -28,7 +28,7 @@ var db = s.getDB('test');
var numObjs = 20;
-// Pre-split the collection so to avoid interference from auto-split
+// Pre-split the collection
assert.commandWorked(s.s0.adminCommand({split: "test.sharded_coll", middle: {_id: numObjs / 2}}));
assert.commandWorked(s.s0.adminCommand(
{movechunk: "test.sharded_coll", find: {_id: numObjs / 2}, to: s.shard0.shardName}));