summaryrefslogtreecommitdiff
path: root/jstests
diff options
context:
space:
mode:
authorMihai Andrei <mihai.andrei@10gen.com>2021-07-14 09:31:52 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-07-14 14:57:08 +0000
commitdff3b7d3c5739d0eecb672ed0e7ac8eed0f20a23 (patch)
treefe95a34fbe3b56dfa42af459fe334d0953eda6f8 /jstests
parent2fec2bd8bba95640b8606686a9e1bb44f1ec29e5 (diff)
downloadmongo-dff3b7d3c5739d0eecb672ed0e7ac8eed0f20a23.tar.gz
SERVER-57642 Tag 'jstests/noPassthrough/sample_pushdown_transaction.js' with 'requires_wiredtiger' and 'requires_replication'
Diffstat (limited to 'jstests')
-rw-r--r--jstests/noPassthrough/sample_pushdown_transaction.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/jstests/noPassthrough/sample_pushdown_transaction.js b/jstests/noPassthrough/sample_pushdown_transaction.js
index fe6a7d6141a..16790447b01 100644
--- a/jstests/noPassthrough/sample_pushdown_transaction.js
+++ b/jstests/noPassthrough/sample_pushdown_transaction.js
@@ -1,6 +1,9 @@
/**
* Verify that $sample push down works properly in a transaction. This test was designed to
* reproduce SERVER-57642.
+ *
+ * Requires WiredTiger for random cursor support.
+ * @tags: [requires_wiredtiger, requires_replication]
*/
(function() {
'use strict';