diff options
author | Fernando Lisboa <fernando.lisboa@mongodb.com> | 2022-08-11 22:32:21 +0000 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2022-08-11 23:30:22 +0000 |
commit | 408c0cfc46ca7adccb7f4784a6ec6a6d167b0991 (patch) | |
tree | a788e5cd4fafe4eb56235c7f50477f8ba5263624 /jstests/core | |
parent | 183c16e908a882b40b7e704b1d448796af37ada8 (diff) | |
download | mongo-408c0cfc46ca7adccb7f4784a6ec6a6d167b0991.tar.gz |
SERVER-61822 Create new command listDatabasesForAllTenants
Diffstat (limited to 'jstests/core')
-rw-r--r-- | jstests/core/views/views_all_commands.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/jstests/core/views/views_all_commands.js b/jstests/core/views/views_all_commands.js index 0da62002e19..9b8fb5a9972 100644 --- a/jstests/core/views/views_all_commands.js +++ b/jstests/core/views/views_all_commands.js @@ -481,6 +481,7 @@ let viewsCommandTests = { listCollections: {skip: "tested in views/views_creation.js"}, listCommands: {skip: isUnrelated}, listDatabases: {skip: isUnrelated}, + listDatabasesForAllTenants: {skip: isUnrelated}, listIndexes: {command: {listIndexes: "view"}, expectFailure: true}, listShards: {skip: isUnrelated}, lockInfo: {skip: isUnrelated}, |