summaryrefslogtreecommitdiff
path: root/jstests/replsets
diff options
context:
space:
mode:
authorCheahuychou Mao <mao.cheahuychou@gmail.com>2022-09-15 19:54:35 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-09-15 22:34:59 +0000
commit6d10aea7079ac0f73c443346f929c2989c97532a (patch)
tree6de108b18c63b6fe3226f5af0ffdda3756f3327d /jstests/replsets
parent7fca187deec6b2b28339bbb8613a9f8809ab07c8 (diff)
downloadmongo-6d10aea7079ac0f73c443346f929c2989c97532a.tar.gz
SERVER-69528 Link cluster count command into mongod
Diffstat (limited to 'jstests/replsets')
-rw-r--r--jstests/replsets/db_reads_while_recovering_all_commands.js1
1 files changed, 1 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 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"},