summaryrefslogtreecommitdiff
path: root/jstests/noPassthrough/kill_operations.js
diff options
context:
space:
mode:
authorWilliam Schultz <william.schultz@mongodb.com>2020-05-07 10:31:37 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-05-08 23:05:39 +0000
commitf836e3ce66cc0051a468892763d61018004df4b0 (patch)
tree6645208640de812200dca649de5ea5a15ed80c9b /jstests/noPassthrough/kill_operations.js
parent13a95142a488b4f2729ddd75f6eae0ba63b28729 (diff)
downloadmongo-f836e3ce66cc0051a468892763d61018004df4b0.tar.gz
SERVER-47691 Add missing explicit JS dependencies for tests that use ReplSetTest
Diffstat (limited to 'jstests/noPassthrough/kill_operations.js')
-rw-r--r--jstests/noPassthrough/kill_operations.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/jstests/noPassthrough/kill_operations.js b/jstests/noPassthrough/kill_operations.js
index bc13e7bbe33..ccd2a4a7240 100644
--- a/jstests/noPassthrough/kill_operations.js
+++ b/jstests/noPassthrough/kill_operations.js
@@ -4,6 +4,8 @@
(function() {
"use strict";
+load("jstests/libs/parallelTester.js"); // For Thread.
+
const kDbName = "kill_operations";
const kCollName = "test";
const kNumDocs = 10;