summaryrefslogtreecommitdiff
path: root/jstests/noPassthrough/command_line_parsing.js
diff options
context:
space:
mode:
authorJonathan Reams <jbreams@mongodb.com>2017-06-27 14:04:53 -0400
committerJonathan Reams <jbreams@mongodb.com>2017-07-14 16:19:40 -0400
commit1622c6b7a7971ea7fbdd4b3d5b10455e48e5cf69 (patch)
tree4cad8d64f1ace9bc13aea786b460872b1ce466c3 /jstests/noPassthrough/command_line_parsing.js
parente0b06a9da3c0c6071f4e636f3c3ba3e8851c5db0 (diff)
downloadmongo-1622c6b7a7971ea7fbdd4b3d5b10455e48e5cf69.tar.gz
SERVER-29402 Implement ServiceExecutor and fixed-size test executor
Diffstat (limited to 'jstests/noPassthrough/command_line_parsing.js')
-rw-r--r--jstests/noPassthrough/command_line_parsing.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/jstests/noPassthrough/command_line_parsing.js b/jstests/noPassthrough/command_line_parsing.js
index cda7e8ab36e..19f9d143476 100644
--- a/jstests/noPassthrough/command_line_parsing.js
+++ b/jstests/noPassthrough/command_line_parsing.js
@@ -25,6 +25,7 @@ var m2expected = {
var m2result = m2.getDB("admin").runCommand("getCmdLineOpts");
// remove variables that depend on the way the test is started.
+delete m2result.parsed.net.serviceExecutor;
delete m2result.parsed.storage.mmapv1;
delete m2result.parsed.setParameter;
delete m2result.parsed.storage.engine;
@@ -49,6 +50,7 @@ var m3expected = {
var m3result = m3.getDB("admin").runCommand("getCmdLineOpts");
// remove variables that depend on the way the test is started.
+delete m3result.parsed.net.serviceExecutor;
delete m3result.parsed.storage.mmapv1;
delete m3result.parsed.setParameter;
delete m3result.parsed.storage.engine;