summaryrefslogtreecommitdiff
path: root/jstests/core
diff options
context:
space:
mode:
authorMarcos José Grillo Ramirez <marcos.grillo@mongodb.com>2023-01-23 18:34:28 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2023-01-23 19:56:05 +0000
commite4fff3e1fe7b31b25cedde7b05205325b47b4a7d (patch)
tree23158e1330f2c5ad16451058b7f9c249ca40c6cb /jstests/core
parent165e05b4a8877d294cf369462df77fe6813785c4 (diff)
downloadmongo-e4fff3e1fe7b31b25cedde7b05205325b47b4a7d.tar.gz
SERVER-70795 Add sharding index catalog operations to rename collection
Diffstat (limited to 'jstests/core')
-rw-r--r--jstests/core/views/views_all_commands.js1
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 0d2d1e88263..2c6e8cd6f89 100644
--- a/jstests/core/views/views_all_commands.js
+++ b/jstests/core/views/views_all_commands.js
@@ -184,6 +184,7 @@ let viewsCommandTests = {
_shardsvrRenameCollection: {skip: isAnInternalCommand},
_shardsvrRenameCollectionParticipant: {skip: isAnInternalCommand},
_shardsvrRenameCollectionParticipantUnblock: {skip: isAnInternalCommand},
+ _shardsvrRenameIndexMetadata: {skip: isAnInternalCommand},
_shardsvrReshardCollection: {skip: isAnInternalCommand},
_shardsvrReshardingOperationTime: {skip: isAnInternalCommand},
_shardsvrSetAllowMigrations: {skip: isAnInternalCommand},