mirror of https://github.com/apache/lucene.git
SOLR-6564: Fix failing ExitableDirectoryReader test in Solr
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1627678 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b820bf78f3
commit
bf85362347
|
@ -33,7 +33,7 @@ import static org.apache.solr.common.SolrException.ErrorCode;
|
|||
*/
|
||||
public class CloudExitableDirectoryReaderTest extends AbstractFullDistribZkTestBase {
|
||||
public static Logger log = LoggerFactory.getLogger(CloudExitableDirectoryReaderTest.class);
|
||||
private static final int NUM_DOCS_PER_TYPE = 400;
|
||||
private static final int NUM_DOCS_PER_TYPE = 2000;
|
||||
|
||||
public CloudExitableDirectoryReaderTest() {
|
||||
configString = "solrconfig-tlog.xml";
|
||||
|
|
|
@ -29,7 +29,7 @@ import org.junit.Test;
|
|||
*/
|
||||
public class ExitableDirectoryReaderTest extends SolrTestCaseJ4 {
|
||||
|
||||
static int NUM_DOCS_PER_TYPE = 400;
|
||||
static int NUM_DOCS_PER_TYPE = 2000;
|
||||
static final String assertionString = "//result[@numFound='"+ (NUM_DOCS_PER_TYPE - 1) + "']";
|
||||
|
||||
@BeforeClass
|
||||
|
|
Loading…
Reference in New Issue