summaryrefslogtreecommitdiff
path: root/jstests/noPassthrough/change_stream_failover.js
diff options
context:
space:
mode:
authorIan Boros <ian.boros@10gen.com>2018-05-02 17:18:09 -0400
committerIan Boros <ian.boros@10gen.com>2018-05-03 10:36:44 -0400
commit23432774fb0451f05d434700d1f102f8b58f5202 (patch)
tree79f7461b7baaa154d05b14db5bd26c54f05701ff /jstests/noPassthrough/change_stream_failover.js
parent217a8a4f3129e098d56f415903a49aa0c664f638 (diff)
downloadmongo-23432774fb0451f05d434700d1f102f8b58f5202.tar.gz
SERVER-34814 change noPassthrough/change_stream_failover.js to use correct tags
Diffstat (limited to 'jstests/noPassthrough/change_stream_failover.js')
-rw-r--r--jstests/noPassthrough/change_stream_failover.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/jstests/noPassthrough/change_stream_failover.js b/jstests/noPassthrough/change_stream_failover.js
index 120fe8819fa..9929d3add13 100644
--- a/jstests/noPassthrough/change_stream_failover.js
+++ b/jstests/noPassthrough/change_stream_failover.js
@@ -1,5 +1,7 @@
// Test resuming a change stream on a node other than the one it was started on. Accomplishes this
// by triggering a stepdown.
+// This test uses the WiredTiger storage engine, which does not support running without journaling.
+// @tags: [requires_replication,requires_journaling]
(function() {
"use strict";
load("jstests/libs/change_stream_util.js"); // For ChangeStreamTest.