You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by sh...@apache.org on 2017/03/23 14:41:04 UTC

[21/36] lucene-solr:feature/autoscaling: SOLR-10079: Speedup TestInPlaceUpdatesDistrib in new replication mode

SOLR-10079: Speedup TestInPlaceUpdatesDistrib in new replication mode


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/83918532
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/83918532
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/83918532

Branch: refs/heads/feature/autoscaling
Commit: 83918532dcfc399be0b0fbe28ed894bb5e9c2c74
Parents: 7ad2429
Author: Cao Manh Dat <da...@apache.org>
Authored: Mon Mar 20 09:18:54 2017 +0700
Committer: Shalin Shekhar Mangar <sh...@apache.org>
Committed: Thu Mar 23 20:10:12 2017 +0530

----------------------------------------------------------------------
 .../test/org/apache/solr/update/TestInPlaceUpdatesDistrib.java    | 3 ---
 1 file changed, 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/83918532/solr/core/src/test/org/apache/solr/update/TestInPlaceUpdatesDistrib.java
----------------------------------------------------------------------
diff --git a/solr/core/src/test/org/apache/solr/update/TestInPlaceUpdatesDistrib.java b/solr/core/src/test/org/apache/solr/update/TestInPlaceUpdatesDistrib.java
index 4538e90..cbd7b02 100644
--- a/solr/core/src/test/org/apache/solr/update/TestInPlaceUpdatesDistrib.java
+++ b/solr/core/src/test/org/apache/solr/update/TestInPlaceUpdatesDistrib.java
@@ -323,9 +323,6 @@ public class TestInPlaceUpdatesDistrib extends AbstractFullDistribZkTestBase {
   }
 
   private void docValuesUpdateTest() throws Exception {
-    clearIndex();
-    commit();
-
     // number of docs we're testing (0 <= id), index may contain additional random docs (id < 0)
     final int numDocs = atLeast(100);
     log.info("Trying num docs = " + numDocs);