summaryrefslogtreecommitdiff
path: root/jstests/sharding/database_versioning_all_commands.js
diff options
context:
space:
mode:
authorPavi Vetriselvan <pavithra.vetriselvan@mongodb.com>2020-08-31 08:53:04 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-09-03 01:31:54 +0000
commit2756fa678945f890c73318efa72d3793c6e918d8 (patch)
tree0525fe60a8b0126ee199a76300798f5d959a65c7 /jstests/sharding/database_versioning_all_commands.js
parent63bba617ae96ae338f55c835d83f4b5dfd63f52e (diff)
downloadmongo-2756fa678945f890c73318efa72d3793c6e918d8.tar.gz
SERVER-50640 listCommands should list isMaster in addition to hello
Diffstat (limited to 'jstests/sharding/database_versioning_all_commands.js')
-rw-r--r--jstests/sharding/database_versioning_all_commands.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/jstests/sharding/database_versioning_all_commands.js b/jstests/sharding/database_versioning_all_commands.js
index ea03029cf4b..2d8e76f8564 100644
--- a/jstests/sharding/database_versioning_all_commands.js
+++ b/jstests/sharding/database_versioning_all_commands.js
@@ -463,6 +463,7 @@ let testCases = {
},
invalidateUserCache: {skip: "executes locally on mongos (not sent to any remote node)"},
isdbgrid: {skip: "executes locally on mongos (not sent to any remote node)"},
+ isMaster: {skip: "executes locally on mongos (not sent to any remote node)"},
killCursors: {skip: "requires a previously established cursor"},
killAllSessions: {skip: "always broadcast to all hosts in the cluster"},
killAllSessionsByPattern: {skip: "always broadcast to all hosts in the cluster"},