SOLR-10079: Speedup TestInPlaceUpdatesDistrib in new replication mode

This commit is contained in:
Cao Manh Dat 2017-03-20 09:18:54 +07:00 committed by Shalin Shekhar Mangar
parent 7ad242919a
commit 83918532dc
1 changed files with 0 additions and 3 deletions

View File

@ -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);