summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--jstests/dur/dur_passthrough.js2
-rw-r--r--jstests/slowNightly/sharding_passthrough.js1
2 files changed, 2 insertions, 1 deletions
diff --git a/jstests/dur/dur_passthrough.js b/jstests/dur/dur_passthrough.js
index fb1c1df1e2b..994521203a5 100644
--- a/jstests/dur/dur_passthrough.js
+++ b/jstests/dur/dur_passthrough.js
@@ -33,7 +33,7 @@ function doTest() {
print(" *******************************************");
print(" Test : " + x.name + " ...");
print(" " + Date.timeFunc(function () { load(x.name); }, 1) + "ms");
-
+ gc(); // TODO SERVER-8683: remove gc() calls once resolved
}
);
diff --git a/jstests/slowNightly/sharding_passthrough.js b/jstests/slowNightly/sharding_passthrough.js
index a9d5b50b4b6..32cde81ed86 100644
--- a/jstests/slowNightly/sharding_passthrough.js
+++ b/jstests/slowNightly/sharding_passthrough.js
@@ -139,6 +139,7 @@ files.forEach(function(x) {
Date.timeFunc(function() {
load(x.name);
}, 1) + "ms");
+ gc(); // TODO SERVER-8683: remove gc() calls once resolved
}
);