summaryrefslogtreecommitdiff
path: root/jstests/core/views/views_all_commands.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/core/views/views_all_commands.js')
-rw-r--r--jstests/core/views/views_all_commands.js8
1 files changed, 8 insertions, 0 deletions
diff --git a/jstests/core/views/views_all_commands.js b/jstests/core/views/views_all_commands.js
index 1fdaf68dca1..260eaef9b39 100644
--- a/jstests/core/views/views_all_commands.js
+++ b/jstests/core/views/views_all_commands.js
@@ -136,6 +136,14 @@ let viewsCommandTests = {
skipSharded: true,
},
authenticate: {skip: isUnrelated},
+ autoSplitVector: {
+ command: {
+ splitVector: "test.view",
+ keyPattern: {x: 1},
+ maxChunkSize: 1,
+ },
+ expectFailure: true,
+ },
availableQueryOptions: {skip: isAnInternalCommand},
balancerCollectionStatus: {
command: {balancerCollectionStatus: "test.view"},