You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by sh...@apache.org on 2014/06/12 17:46:01 UTC

svn commit: r1602212 - in /lucene/dev/branches/branch_4x: ./ solr/ solr/core/ solr/core/src/test/org/apache/solr/cloud/HttpPartitionTest.java

Author: shalin
Date: Thu Jun 12 15:46:00 2014
New Revision: 1602212

URL: http://svn.apache.org/r1602212
Log:
Fix typo, rf is actually 3 in code

Modified:
    lucene/dev/branches/branch_4x/   (props changed)
    lucene/dev/branches/branch_4x/solr/   (props changed)
    lucene/dev/branches/branch_4x/solr/core/   (props changed)
    lucene/dev/branches/branch_4x/solr/core/src/test/org/apache/solr/cloud/HttpPartitionTest.java

Modified: lucene/dev/branches/branch_4x/solr/core/src/test/org/apache/solr/cloud/HttpPartitionTest.java
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_4x/solr/core/src/test/org/apache/solr/cloud/HttpPartitionTest.java?rev=1602212&r1=1602211&r2=1602212&view=diff
==============================================================================
--- lucene/dev/branches/branch_4x/solr/core/src/test/org/apache/solr/cloud/HttpPartitionTest.java (original)
+++ lucene/dev/branches/branch_4x/solr/core/src/test/org/apache/solr/cloud/HttpPartitionTest.java Thu Jun 12 15:46:00 2014
@@ -266,7 +266,7 @@ public class HttpPartitionTest extends A
   protected void testRf3WithLeaderFailover() throws Exception {
     // now let's create a partition in one of the replicas and outright
     // kill the leader ... see what happens
-    // create a collection that has 1 shard but 2 replicas
+    // create a collection that has 1 shard but 3 replicas
     String testCollectionName = "c8n_1x3_lf"; // _lf is leader fails
     createCollection(testCollectionName, 1, 3, 1);
     cloudClient.setDefaultCollection(testCollectionName);