diff options
author | Blake Oler <blake.oler@mongodb.com> | 2021-03-31 15:05:21 +0000 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2021-04-01 13:44:16 +0000 |
commit | 01c89d21c574dc52543452fcc3866195924c2002 (patch) | |
tree | 27e4dfd91d672d6fe1c7867291bbbb79bd4eba0d /jstests/sharding/libs/last_lts_mongos_commands.js | |
parent | 30cc6087d4c7ac530ba38611382082707f123c25 (diff) | |
download | mongo-01c89d21c574dc52543452fcc3866195924c2002.tar.gz |
SERVER-55497 Move abortReshardCollection command behind feature flag
Diffstat (limited to 'jstests/sharding/libs/last_lts_mongos_commands.js')
-rw-r--r-- | jstests/sharding/libs/last_lts_mongos_commands.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/jstests/sharding/libs/last_lts_mongos_commands.js b/jstests/sharding/libs/last_lts_mongos_commands.js index db9285dea74..1949411048b 100644 --- a/jstests/sharding/libs/last_lts_mongos_commands.js +++ b/jstests/sharding/libs/last_lts_mongos_commands.js @@ -8,6 +8,7 @@ const commandsRemovedFromMongosSinceLastLTS = []; // listCommands output of a last LTS version mongos. We will allow these commands to have a test // defined without always existing on the mongos being used. const commandsAddedToMongosSinceLastLTS = [ + "abortReshardCollection", "reshardCollection", "rotateCertificates", "testDeprecation", |