From 6d10aea7079ac0f73c443346f929c2989c97532a Mon Sep 17 00:00:00 2001 From: Cheahuychou Mao Date: Thu, 15 Sep 2022 19:54:35 +0000 Subject: SERVER-69528 Link cluster count command into mongod --- jstests/replsets/db_reads_while_recovering_all_commands.js | 1 + 1 file changed, 1 insertion(+) (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 b8179f145a1..23a4ed00c24 100644 --- a/jstests/replsets/db_reads_while_recovering_all_commands.js +++ b/jstests/replsets/db_reads_while_recovering_all_commands.js @@ -145,6 +145,7 @@ const allCommands = { 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"}, + clusterCount: {skip: "already tested by 'count' 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"}, -- cgit v1.2.1