mirror of https://github.com/apache/lucene.git
SOLR-10079: Speedup TestInPlaceUpdatesDistrib in new replication mode
This commit is contained in:
parent
7ad242919a
commit
83918532dc
|
@ -323,9 +323,6 @@ public class TestInPlaceUpdatesDistrib extends AbstractFullDistribZkTestBase {
|
||||||
}
|
}
|
||||||
|
|
||||||
private void docValuesUpdateTest() throws Exception {
|
private void docValuesUpdateTest() throws Exception {
|
||||||
clearIndex();
|
|
||||||
commit();
|
|
||||||
|
|
||||||
// number of docs we're testing (0 <= id), index may contain additional random docs (id < 0)
|
// number of docs we're testing (0 <= id), index may contain additional random docs (id < 0)
|
||||||
final int numDocs = atLeast(100);
|
final int numDocs = atLeast(100);
|
||||||
log.info("Trying num docs = " + numDocs);
|
log.info("Trying num docs = " + numDocs);
|
||||||
|
|
Loading…
Reference in New Issue