summaryrefslogtreecommitdiff
path: root/jstests/replsets/stable_timestamp_can_advance_after_oplog_hole_abort.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/replsets/stable_timestamp_can_advance_after_oplog_hole_abort.js')
-rw-r--r--jstests/replsets/stable_timestamp_can_advance_after_oplog_hole_abort.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/jstests/replsets/stable_timestamp_can_advance_after_oplog_hole_abort.js b/jstests/replsets/stable_timestamp_can_advance_after_oplog_hole_abort.js
index 41a20e892c3..c6408e903f8 100644
--- a/jstests/replsets/stable_timestamp_can_advance_after_oplog_hole_abort.js
+++ b/jstests/replsets/stable_timestamp_can_advance_after_oplog_hole_abort.js
@@ -7,6 +7,7 @@
(function() {
"use strict";
load("jstests/libs/fail_point_util.js");
+load("jstests/libs/parallelTester.js"); // For Thread.
const replTest = new ReplSetTest({nodes: 1});
replTest.startSet();