mirror of https://github.com/apache/lucene.git
tests: reduce number of shards
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1561332 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
0b295b861e
commit
9ed426cbd4
|
@ -350,7 +350,7 @@ public class FullSolrCloudDistribCmdsTest extends AbstractFullDistribZkTestBase
|
|||
controlClient.commit();
|
||||
|
||||
// somtimes we use an oversharded collection
|
||||
createCollection(null, "collection2", 36, 3, 100000, cloudClient, null, "conf1");
|
||||
createCollection(null, "collection2", 7, 3, 100000, cloudClient, null, "conf1");
|
||||
cloudClient.setDefaultCollection("collection2");
|
||||
waitForRecoveriesToFinish("collection2", false);
|
||||
|
||||
|
|
Loading…
Reference in New Issue