summaryrefslogtreecommitdiff
path: root/jstests/sharding/libs/last_lts_mongos_commands.js
diff options
context:
space:
mode:
authorTommaso Tocci <tommaso.tocci@mongodb.com>2021-12-17 18:55:55 +0100
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-01-13 11:09:00 +0000
commit546d77f0945fabc0fc485e762bd7548871ffc601 (patch)
tree1f97ea98116fa586f243ee8329ee31886d028ff2 /jstests/sharding/libs/last_lts_mongos_commands.js
parent2739eb4ecd1cf45cb49df48b03e958444c471358 (diff)
downloadmongo-546d77f0945fabc0fc485e762bd7548871ffc601.tar.gz
SERVER-61558 Rename configureCollectionAutosplitter commandr5.3.0-alpha0
Diffstat (limited to 'jstests/sharding/libs/last_lts_mongos_commands.js')
-rw-r--r--jstests/sharding/libs/last_lts_mongos_commands.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/jstests/sharding/libs/last_lts_mongos_commands.js b/jstests/sharding/libs/last_lts_mongos_commands.js
index 8938adfa381..8b82192728b 100644
--- a/jstests/sharding/libs/last_lts_mongos_commands.js
+++ b/jstests/sharding/libs/last_lts_mongos_commands.js
@@ -5,6 +5,8 @@
// test defined without always existing on the servers being used.
const commandsRemovedFromMongosSinceLastLTS = [
"repairShardedCollectionChunksHistory",
+ "configureCollectionAutoSplitter", // TODO SERVER-62374: remove this once 5.3 becomes
+ // last-continuos
];
// These commands were added in mongos since the last LTS version, so will not appear in the
// listCommands output of a last LTS version mongos. We will allow these commands to have a test
@@ -13,7 +15,7 @@ const commandsAddedToMongosSinceLastLTS = [
"abortReshardCollection",
"cleanupReshardCollection",
"commitReshardCollection",
- "configureCollectionAutoSplitter",
+ "configureCollectionBalancing",
"reshardCollection",
"rotateCertificates",
"setAllowMigrations",