From 2b587644a94f53840e2c70cb7a3c9b90751901c5 Mon Sep 17 00:00:00 2001 From: Jack Mulrow Date: Sun, 20 Mar 2022 18:35:17 +0000 Subject: SERVER-63495 Link cluster write commands into mongod --- jstests/replsets/db_reads_while_recovering_all_commands.js | 3 +++ 1 file changed, 3 insertions(+) (limited to 'jstests/replsets') 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: {}}, -- cgit v1.2.1