summaryrefslogtreecommitdiff
path: root/jstests/replsets/stepdown3.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/replsets/stepdown3.js')
-rw-r--r--jstests/replsets/stepdown3.js5
1 files changed, 4 insertions, 1 deletions
diff --git a/jstests/replsets/stepdown3.js b/jstests/replsets/stepdown3.js
index 2995ef62d99..b4464f12c22 100644
--- a/jstests/replsets/stepdown3.js
+++ b/jstests/replsets/stepdown3.js
@@ -1,4 +1,7 @@
-// Test that GLE asserts when the primary steps down while we're waiting for w:
+// Test that GLE asserts when the primary steps down while we're waiting for a replicated write.
+//
+// This test requires the fsync command to force a secondary to be stale.
+// @tags: [requires_fsync]
var replTest = new ReplSetTest({ name: 'testSet', nodes: 2 });
var nodes = replTest.startSet();