summaryrefslogtreecommitdiff
path: root/jstests/noPassthrough/readConcern_snapshot.js
diff options
context:
space:
mode:
authorJudah Schvimer <judah@mongodb.com>2018-05-29 15:53:31 -0400
committerJudah Schvimer <judah@mongodb.com>2018-05-29 15:54:11 -0400
commit75702981138cad992ccf4a61bbe35f9de9a2870f (patch)
tree69e4820fbe9ab5f19ffdf3808306b12fa97aa2ce /jstests/noPassthrough/readConcern_snapshot.js
parentc30e4d2225120479077e8a78f3648d284215d9aa (diff)
downloadmongo-75702981138cad992ccf4a61bbe35f9de9a2870f.tar.gz
SERVER-35257 Forbid count command in transactions
Diffstat (limited to 'jstests/noPassthrough/readConcern_snapshot.js')
-rw-r--r--jstests/noPassthrough/readConcern_snapshot.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/jstests/noPassthrough/readConcern_snapshot.js b/jstests/noPassthrough/readConcern_snapshot.js
index 2fa3320508c..20e0aaa2bd9 100644
--- a/jstests/noPassthrough/readConcern_snapshot.js
+++ b/jstests/noPassthrough/readConcern_snapshot.js
@@ -134,9 +134,6 @@
// readConcern 'snapshot' is supported by aggregate.
assert.commandWorked(sessionDb.runCommand({aggregate: collName, pipeline: [], cursor: {}}));
- // readConcern 'snapshot' is supported by count.
- assert.commandWorked(sessionDb.runCommand({count: collName}));
-
// readConcern 'snapshot' is supported by distinct.
assert.commandWorked(sessionDb.runCommand({distinct: collName, key: "x"}));