SOLR-6755: Fix the test to always return 2 parsedqueries i.e. have more 2 shards

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1640416 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Anshum Gupta 2014-11-18 20:12:36 +00:00
parent 69770f5919
commit eaf211db6a

View File

@ -30,6 +30,10 @@ import java.util.HashSet;
public class CloudMLTQParserTest extends AbstractFullDistribZkTestBase {
public CloudMLTQParserTest() {
fixShardCount = true;
shardCount = 2;
sliceCount = 2;
configString = "solrconfig.xml";
schemaString = "schema.xml";
}