summaryrefslogtreecommitdiff
path: root/jstests/core
diff options
context:
space:
mode:
authorJason Zhang <jason.zhang@mongodb.com>2022-09-19 15:59:03 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-09-19 17:20:54 +0000
commitd99780adf52c65a2c30727d92b534e6d2190d289 (patch)
tree48efd05dbb1f8d936542e6d0cfdc9253edf6a27c /jstests/core
parentdc9011293fca02542b98ffe1468b62a1f37f4a7f (diff)
downloadmongo-d99780adf52c65a2c30727d92b534e6d2190d289.tar.gz
SERVER-69624 Add _clusterWriteWithoutShardKey command stub
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 ea9780cf617..32115247c04 100644
--- a/jstests/core/views/views_all_commands.js
+++ b/jstests/core/views/views_all_commands.js
@@ -82,6 +82,7 @@ let viewsCommandTests = {
_cloneCatalogData: {skip: isAnInternalCommand},
_cloneCollectionOptionsFromPrimaryShard: {skip: isAnInternalCommand},
_clusterQueryWithoutShardKey: {skip: isAnInternalCommand},
+ _clusterWriteWithoutShardKey: {skip: isAnInternalCommand},
_configsvrAbortReshardCollection: {skip: isAnInternalCommand},
_configsvrAddShard: {skip: isAnInternalCommand},
_configsvrAddShardToZone: {skip: isAnInternalCommand},