From 546d77f0945fabc0fc485e762bd7548871ffc601 Mon Sep 17 00:00:00 2001 From: Tommaso Tocci Date: Fri, 17 Dec 2021 18:55:55 +0100 Subject: SERVER-61558 Rename configureCollectionAutosplitter command --- jstests/sharding/libs/last_lts_mongos_commands.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'jstests/sharding/libs/last_lts_mongos_commands.js') 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", -- cgit v1.2.1