summaryrefslogtreecommitdiff
path: root/jstests/sharding/safe_secondary_reads_single_migration_waitForDelete.js
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/sharding/safe_secondary_reads_single_migration_waitForDelete.js
parent176f398bd3cf651f349660bb82285eaf46252650 (diff)
downloadmongo-75cbc1477e90fc4ac145a718a5b646724e483104.tar.gz
SERVER-63495 Link cluster aggregate and getMore into mongod
Diffstat (limited to 'jstests/sharding/safe_secondary_reads_single_migration_waitForDelete.js')
-rw-r--r--jstests/sharding/safe_secondary_reads_single_migration_waitForDelete.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/jstests/sharding/safe_secondary_reads_single_migration_waitForDelete.js b/jstests/sharding/safe_secondary_reads_single_migration_waitForDelete.js
index c212b21c39e..23eac4fe2c2 100644
--- a/jstests/sharding/safe_secondary_reads_single_migration_waitForDelete.js
+++ b/jstests/sharding/safe_secondary_reads_single_migration_waitForDelete.js
@@ -127,9 +127,11 @@ let testCases = {
clone: {skip: "primary only"},
cloneCollectionAsCapped: {skip: "primary only"},
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: "primary only"},