diff options
author | Pavi Vetriselvan <pavithra.vetriselvan@mongodb.com> | 2020-07-30 12:39:35 -0400 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2020-08-05 20:32:26 +0000 |
commit | 9a4be902441496be7ef40e5404a91ac30dc81f77 (patch) | |
tree | a80cbd4b37c00c347a8ac40cc111031532034400 /jstests/replsets/writes_during_tenant_migration.js | |
parent | 52f4d4d869dca67d7ed22e8956d9fb56a8a79944 (diff) | |
download | mongo-9a4be902441496be7ef40e5404a91ac30dc81f77.tar.gz |
SERVER-49986 Convert isMaster command to hello and keep isMaster, ismaster aliases
Diffstat (limited to 'jstests/replsets/writes_during_tenant_migration.js')
-rw-r--r-- | jstests/replsets/writes_during_tenant_migration.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/replsets/writes_during_tenant_migration.js b/jstests/replsets/writes_during_tenant_migration.js index b9a48af39ba..f6dfe5a686c 100644 --- a/jstests/replsets/writes_during_tenant_migration.js +++ b/jstests/replsets/writes_during_tenant_migration.js @@ -663,6 +663,7 @@ const testCases = { grantPrivilegesToRole: {skip: isAuthCommand}, grantRolesToRole: {skip: isAuthCommand}, grantRolesToUser: {skip: isAuthCommand}, + hello: {skip: isNotRunOnUserDatabase}, hostInfo: {skip: isNotRunOnUserDatabase}, httpClientRequest: {skip: isNotRunOnUserDatabase}, insert: { @@ -681,7 +682,6 @@ const testCases = { }, internalRenameIfOptionsAndIndexesMatch: {skip: isNotRunOnUserDatabase}, invalidateUserCache: {skip: isNotRunOnUserDatabase}, - isMaster: {skip: isNotRunOnUserDatabase}, killAllSessions: {skip: isNotRunOnUserDatabase}, killAllSessionsByPattern: {skip: isNotRunOnUserDatabase}, killCursors: {skip: isNotWriteCommand}, |