summaryrefslogtreecommitdiff
path: root/jstests
diff options
context:
space:
mode:
authorJonathan Abrahams <jonathan@mongodb.com>2015-12-08 14:09:59 -0500
committerJonathan Abrahams <jonathan@mongodb.com>2015-12-10 12:15:12 -0500
commitf5bdb2656623321fad8d3feec6298482e9cfc641 (patch)
tree1bf446cfd5e413a7567d95b08beaa3efb049ff98 /jstests
parent3e32d7c455b31a84c99bd2f95836cc4a14e9176a (diff)
downloadmongo-f5bdb2656623321fad8d3feec6298482e9cfc641.tar.gz
SERVER-21516 Remove dbStats command from readConcern testing override
(cherry picked from commit f1b5088e9ef9be227ebe34d37c8eb19d7510a9eb)
Diffstat (limited to 'jstests')
-rw-r--r--jstests/libs/override_methods/set_majority_read_and_write_concerns.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/jstests/libs/override_methods/set_majority_read_and_write_concerns.js b/jstests/libs/override_methods/set_majority_read_and_write_concerns.js
index cc02c2e5aeb..c2a6f761087 100644
--- a/jstests/libs/override_methods/set_majority_read_and_write_concerns.js
+++ b/jstests/libs/override_methods/set_majority_read_and_write_concerns.js
@@ -59,7 +59,6 @@
// These are reading commands that support majority readConcern.
var commandsToForceReadConcern = [
"count",
- "dbStats",
"distinct",
"find",
"geoNear",