Fix typo, rf is actually 3 in code

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1602210 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Shalin Shekhar Mangar 2014-06-12 15:45:08 +00:00
parent b710568e76
commit 1ab2c1c6eb
1 changed files with 1 additions and 1 deletions

View File

@ -266,7 +266,7 @@ public class HttpPartitionTest extends AbstractFullDistribZkTestBase {
protected void testRf3WithLeaderFailover() throws Exception { protected void testRf3WithLeaderFailover() throws Exception {
// now let's create a partition in one of the replicas and outright // now let's create a partition in one of the replicas and outright
// kill the leader ... see what happens // 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 String testCollectionName = "c8n_1x3_lf"; // _lf is leader fails
createCollection(testCollectionName, 1, 3, 1); createCollection(testCollectionName, 1, 3, 1);
cloudClient.setDefaultCollection(testCollectionName); cloudClient.setDefaultCollection(testCollectionName);