diff options
author | Jonathan <thejonathanma@gmail.com> | 2018-12-21 08:18:07 -0800 |
---|---|---|
committer | Jonathan <thejonathanma@gmail.com> | 2018-12-21 12:07:27 -0800 |
commit | a321412859c62f3d8439cebf9ccfd2450f5970ec (patch) | |
tree | c48dcbca98d2487c3b23ffc676b62521f6bc457f /jstests/sharding/libs | |
parent | 23128892c8d73cb159b881cb00f2404d6ad67b2b (diff) | |
download | mongo-a321412859c62f3d8439cebf9ccfd2450f5970ec.tar.gz |
SERVER-36416 Add dropConnections administrative command
Diffstat (limited to 'jstests/sharding/libs')
-rw-r--r-- | jstests/sharding/libs/last_stable_mongos_commands.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/sharding/libs/last_stable_mongos_commands.js b/jstests/sharding/libs/last_stable_mongos_commands.js index 0f3a5b7a19b..5e06996374b 100644 --- a/jstests/sharding/libs/last_stable_mongos_commands.js +++ b/jstests/sharding/libs/last_stable_mongos_commands.js @@ -14,4 +14,4 @@ const commandsRemovedFromMongosIn42 = [ // These commands were added in mongos 4.2, so will not appear in the listCommands output of a 4.0 // mongos. We will allow these commands to have a test defined without always existing on the mongos // being used. -const commandsAddedToMongosIn42 = ['abortTransaction', 'commitTransaction']; +const commandsAddedToMongosIn42 = ['abortTransaction', 'commitTransaction', 'dropConnections']; |