summaryrefslogtreecommitdiff
path: root/jstests
diff options
context:
space:
mode:
authorLingzhi Deng <lingzhi.deng@mongodb.com>2020-09-11 11:35:12 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-09-14 19:34:03 +0000
commitff455e6e180222e022a6b9aca54145654fde4700 (patch)
tree2644f977d16b1776fe6bfd793f040eedeb26584e /jstests
parent31f7f4245ca2377f677b748850cbad174143937d (diff)
downloadmongo-ff455e6e180222e022a6b9aca54145654fde4700.tar.gz
SERVER-50855: Create voteCommitImportCollection command
Diffstat (limited to 'jstests')
-rw-r--r--jstests/core/views/views_all_commands.js1
-rw-r--r--jstests/replsets/db_reads_while_recovering_all_commands.js1
-rw-r--r--jstests/sharding/read_write_concern_defaults_application.js1
3 files changed, 3 insertions, 0 deletions
diff --git a/jstests/core/views/views_all_commands.js b/jstests/core/views/views_all_commands.js
index 94f56a70373..501757ac772 100644
--- a/jstests/core/views/views_all_commands.js
+++ b/jstests/core/views/views_all_commands.js
@@ -581,6 +581,7 @@ let viewsCommandTests = {
usersInfo: {skip: isUnrelated},
validate: {command: {validate: "view"}, expectFailure: true},
waitForOngoingChunkSplits: {skip: isUnrelated},
+ voteCommitImportCollection: {skip: isUnrelated},
voteCommitIndexBuild: {skip: isUnrelated},
voteCommitTransaction: {skip: isUnrelated},
voteAbortTransaction: {skip: isUnrelated},
diff --git a/jstests/replsets/db_reads_while_recovering_all_commands.js b/jstests/replsets/db_reads_while_recovering_all_commands.js
index 92c6647296f..288b68c9f91 100644
--- a/jstests/replsets/db_reads_while_recovering_all_commands.js
+++ b/jstests/replsets/db_reads_while_recovering_all_commands.js
@@ -309,6 +309,7 @@ const allCommands = {
updateUser: {skip: isPrimaryOnly},
usersInfo: {skip: isPrimaryOnly},
validate: {skip: isNotAUserDataRead},
+ voteCommitImportCollection: {skip: isNotAUserDataRead},
voteCommitIndexBuild: {skip: isNotAUserDataRead},
waitForFailPoint: {skip: isNotAUserDataRead},
waitForOngoingChunkSplits: {skip: isNotAUserDataRead},
diff --git a/jstests/sharding/read_write_concern_defaults_application.js b/jstests/sharding/read_write_concern_defaults_application.js
index 93a683c7492..b89659ac7fa 100644
--- a/jstests/sharding/read_write_concern_defaults_application.js
+++ b/jstests/sharding/read_write_concern_defaults_application.js
@@ -665,6 +665,7 @@ let testCases = {
updateZoneKeyRange: {skip: "does not accept read or write concern"},
usersInfo: {skip: "does not accept read or write concern"},
validate: {skip: "does not accept read or write concern"},
+ voteCommitImportCollection: {skip: "internal command"},
voteCommitIndexBuild: {skip: "internal command"},
waitForFailPoint: {skip: "does not accept read or write concern"},
waitForOngoingChunkSplits: {skip: "does not accept read or write concern"},