summaryrefslogtreecommitdiff
path: root/jstests/replsets
diff options
context:
space:
mode:
authorJack Mulrow <jack.mulrow@mongodb.com>2022-03-31 17:08:44 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-03-31 18:54:46 +0000
commit75cbc1477e90fc4ac145a718a5b646724e483104 (patch)
treec1fa877ad1af94b693d6a93ef4faa30943f36436 /jstests/replsets
parent176f398bd3cf651f349660bb82285eaf46252650 (diff)
downloadmongo-75cbc1477e90fc4ac145a718a5b646724e483104.tar.gz
SERVER-63495 Link cluster aggregate and getMore into mongod
Diffstat (limited to 'jstests/replsets')
-rw-r--r--jstests/replsets/db_reads_while_recovering_all_commands.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/jstests/replsets/db_reads_while_recovering_all_commands.js b/jstests/replsets/db_reads_while_recovering_all_commands.js
index 5c09d2361b6..6a71fb16347 100644
--- a/jstests/replsets/db_reads_while_recovering_all_commands.js
+++ b/jstests/replsets/db_reads_while_recovering_all_commands.js
@@ -121,9 +121,11 @@ const allCommands = {
clearLog: {skip: isNotAUserDataRead},
cloneCollectionAsCapped: {skip: isPrimaryOnly},
clusterAbortTransaction: {skip: "already tested by 'abortTransaction' tests on mongos"},
+ clusterAggregate: {skip: "already tested by 'aggregate' tests on mongos"},
clusterCommitTransaction: {skip: "already tested by 'commitTransaction' tests on mongos"},
clusterDelete: {skip: "already tested by 'delete' tests on mongos"},
clusterFind: {skip: "already tested by 'find' tests on mongos"},
+ clusterGetMore: {skip: "already tested by 'getMore' tests on mongos"},
clusterInsert: {skip: "already tested by 'insert' tests on mongos"},
clusterUpdate: {skip: "already tested by 'update' tests on mongos"},
collMod: {skip: isPrimaryOnly},