summaryrefslogtreecommitdiff
path: root/jstests
diff options
context:
space:
mode:
authorEsha Maharishi <esha.maharishi@mongodb.com>2016-08-11 21:37:26 -0400
committerEsha Maharishi <esha.maharishi@mongodb.com>2016-08-11 21:37:26 -0400
commit4e682143bca253a840f07604c0d7c522d48b5c29 (patch)
treedea48075b5b9fb72e201a29e9310443ad737f2b8 /jstests
parent479256a420ebafa44932f86954743e9b439c14eb (diff)
downloadmongo-3.3.12.tar.gz
Revert "SERVER-25507 use node's existing options if restart flag passed to ReplSetTest's start()"r3.3.113.3.12
This reverts commit c31b1f07582a39a910de14aa9c72b4a9b1bbe10e.
Diffstat (limited to 'jstests')
-rw-r--r--jstests/replsets/auth1.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/replsets/auth1.js b/jstests/replsets/auth1.js
index 23054b9c38d..d6ced2108f4 100644
--- a/jstests/replsets/auth1.js
+++ b/jstests/replsets/auth1.js
@@ -52,7 +52,7 @@ load("jstests/replsets/rslib.js");
print("start up rs");
var rs = new ReplSetTest({"name": name, "nodes": 3});
print("restart 0 with keyFile");
- m = rs.start(0, {"keyFile": key1_600, noCleanData: true});
+ m = rs.restart(0, {"keyFile": key1_600});
print("restart 1 with keyFile");
rs.start(1, {"keyFile": key1_600});
print("restart 2 with keyFile");