summaryrefslogtreecommitdiff
path: root/jstests/replsets/drain.js
diff options
context:
space:
mode:
authorEric Milkie <milkie@10gen.com>2014-12-02 15:43:13 -0500
committerEric Milkie <milkie@10gen.com>2014-12-03 12:58:24 -0500
commit5598c216ca28234735999ca25b3f6f9a030f51e6 (patch)
treef3acde451094af8436a321e8a8780439e2998353 /jstests/replsets/drain.js
parent225aa52bd22a54d06cc090e7cd4b0fd4312213b2 (diff)
downloadmongo-5598c216ca28234735999ca25b3f6f9a030f51e6.tar.gz
SERVER-16391 archor primary in replset tests, or make agnostic to primary node
Diffstat (limited to 'jstests/replsets/drain.js')
-rw-r--r--jstests/replsets/drain.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/replsets/drain.js b/jstests/replsets/drain.js
index 37d56e0628b..591f3df628a 100644
--- a/jstests/replsets/drain.js
+++ b/jstests/replsets/drain.js
@@ -15,7 +15,7 @@
replSet.startSet();
replSet.initiate({"_id" : "testSet",
"members" : [
- {"_id" : 0, "host" : nodes[0], "priority" : 3},
+ {"_id" : 0, "host" : nodes[0]},
{"_id" : 1, "host" : nodes[1]},
{"_id" : 2, "host" : nodes[2], "arbiterOnly" : true}]});