summaryrefslogtreecommitdiff
path: root/jstests/replsets
diff options
context:
space:
mode:
authorJack Mulrow <jack.mulrow@mongodb.com>2022-03-20 18:35:17 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-03-20 19:05:05 +0000
commit2b587644a94f53840e2c70cb7a3c9b90751901c5 (patch)
treee7bce27f8cff050861b7c9cce58b337669657618 /jstests/replsets
parentea6cea686a1668897d38344f6e5eea6cc70de637 (diff)
downloadmongo-2b587644a94f53840e2c70cb7a3c9b90751901c5.tar.gz
SERVER-63495 Link cluster write commands into mongod
Diffstat (limited to 'jstests/replsets')
-rw-r--r--jstests/replsets/db_reads_while_recovering_all_commands.js3
1 files changed, 3 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 09e4ca52be2..b4c0afd7c0c 100644
--- a/jstests/replsets/db_reads_while_recovering_all_commands.js
+++ b/jstests/replsets/db_reads_while_recovering_all_commands.js
@@ -120,7 +120,10 @@ const allCommands = {
cloneCollectionAsCapped: {skip: isPrimaryOnly},
clusterAbortTransaction: {skip: "already tested by 'abortTransaction' 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"},
+ clusterInsert: {skip: "already tested by 'insert' tests on mongos"},
+ clusterUpdate: {skip: "already tested by 'update' tests on mongos"},
collMod: {skip: isPrimaryOnly},
collStats: {
command: {aggregate: collName, pipeline: [{$collStats: {count: {}}}], cursor: {}},