summaryrefslogtreecommitdiff
path: root/jstests/core
diff options
context:
space:
mode:
authorPaolo Polato <paolo.polato@mongodb.com>2022-05-29 20:07:40 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-05-29 20:43:20 +0000
commit9ae0a24f4d2323424784a941c783c7cf39c3ec20 (patch)
tree5ac67365b48a57876941ab1c0660582227eff09a /jstests/core
parent491f15aaca5d9c4f8a808f6a0a449ad6499467e3 (diff)
downloadmongo-9ae0a24f4d2323424784a941c783c7cf39c3ec20.tar.gz
SERVER-66480 introduce joinMigration shard cmd to set a barrier on the Balancer initialisation
(cherry picked from commit 531dfe764bc0645f5e676feaf5687100c0a5e612)
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 bbdb2623e75..45f19278511 100644
--- a/jstests/core/views/views_all_commands.js
+++ b/jstests/core/views/views_all_commands.js
@@ -159,6 +159,7 @@ let viewsCommandTests = {
_shardsvrDropDatabase: {skip: isAnInternalCommand},
_shardsvrDropDatabaseParticipant: {skip: isAnInternalCommand},
_shardsvrGetStatsForBalancing: {skip: isAnInternalCommand},
+ _shardsvrJoinMigrations: {skip: isAnInternalCommand},
_shardsvrMovePrimary: {skip: isAnInternalCommand},
_shardsvrMoveRange: {
command: {_shardsvrMoveRange: "test.view"},