mirror of
https://github.com/apache/lucene.git
synced 2025-03-07 00:39:21 +00:00
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:
parent
69770f5919
commit
eaf211db6a
@ -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";
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user