summaryrefslogtreecommitdiff
path: root/jstests/replsets/bulk_api_wc.js
diff options
context:
space:
mode:
authorJason Rassi <rassi@10gen.com>2015-09-24 11:16:32 -0400
committerJason Rassi <rassi@10gen.com>2015-09-24 11:16:32 -0400
commit19d2885ec51768ab73eee0c7239d8eadc0c51d8d (patch)
treec4cb48ef7e76746a1e6638debea4c0530724d9f1 /jstests/replsets/bulk_api_wc.js
parentb2a5ef9496ab5b26c8e51d92b4f3cdd0f2aba594 (diff)
downloadmongo-19d2885ec51768ab73eee0c7239d8eadc0c51d8d.tar.gz
Revert "SERVER-18498 New replica set configurations have protocolVersion=1 by default"
This reverts commit 2c1facf471cce8254e314755c3c7d2fbc753e5f4.
Diffstat (limited to 'jstests/replsets/bulk_api_wc.js')
-rw-r--r--jstests/replsets/bulk_api_wc.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/replsets/bulk_api_wc.js b/jstests/replsets/bulk_api_wc.js
index 86348943644..05f28d573ab 100644
--- a/jstests/replsets/bulk_api_wc.js
+++ b/jstests/replsets/bulk_api_wc.js
@@ -4,7 +4,7 @@
jsTest.log("Starting bulk api write concern tests...");
-// Start a 2-node replica set with no journal
+// Start a single-node replica set with no journal
//Allows testing immediate write concern failures and wc application failures
var rst = new ReplSetTest({ nodes : 2 });
rst.startSet({ nojournal : "" });