summaryrefslogtreecommitdiff
path: root/jstests/sharding/read_write_concern_defaults_application.js
diff options
context:
space:
mode:
authorPavi Vetriselvan <pavithra.vetriselvan@mongodb.com>2020-08-26 18:55:30 -0400
committerPavi Vetriselvan <pavithra.vetriselvan@mongodb.com>2020-08-26 18:55:30 -0400
commit95ea09d61932f51a37a63a10f4d0e0c1fced4723 (patch)
treee9b065257105c1899905dc2c127b15af02640b57 /jstests/sharding/read_write_concern_defaults_application.js
parentd6ce2c40c9b013abfa366aa8c3d1c5329fc8f366 (diff)
downloadmongo-95ea09d61932f51a37a63a10f4d0e0c1fced4723.tar.gz
Revert "SERVER-49986 Convert isMaster command to hello and keep isMaster, ismaster aliases"r4.4.1-rc2
This reverts commit 694f98a8c171701ebb3af3f2b865e9f963a9983c.
Diffstat (limited to 'jstests/sharding/read_write_concern_defaults_application.js')
-rw-r--r--jstests/sharding/read_write_concern_defaults_application.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/sharding/read_write_concern_defaults_application.js b/jstests/sharding/read_write_concern_defaults_application.js
index 3f4b725572a..d53cce7a65d 100644
--- a/jstests/sharding/read_write_concern_defaults_application.js
+++ b/jstests/sharding/read_write_concern_defaults_application.js
@@ -451,7 +451,6 @@ let testCases = {
useLogs: true,
},
handshake: {skip: "does not accept read or write concern"},
- hello: {skip: "does not accept read or write concern"},
hostInfo: {skip: "does not accept read or write concern"},
httpClientRequest: {skip: "does not accept read or write concern"},
insert: {
@@ -464,6 +463,7 @@ let testCases = {
},
internalRenameIfOptionsAndIndexesMatch: {skip: "internal command"},
invalidateUserCache: {skip: "does not accept read or write concern"},
+ isMaster: {skip: "does not accept read or write concern"},
isdbgrid: {skip: "does not accept read or write concern"},
killAllSessions: {skip: "does not accept read or write concern"},
killAllSessionsByPattern: {skip: "does not accept read or write concern"},