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 2018/08/16 07:40:29 UTC

lucene-solr:master: SOLR-12607: Increase recovery wait time from 15 seconds to 30 seconds to reduce spurious test failures

Repository: lucene-solr
Updated Branches:
  refs/heads/master 93a20b72b -> 100b1511d


SOLR-12607: Increase recovery wait time from 15 seconds to 30 seconds to reduce spurious test failures


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

Branch: refs/heads/master
Commit: 100b1511ddca8f6fe22dbaab77b16d34481ff6a8
Parents: 93a20b7
Author: Shalin Shekhar Mangar <sh...@apache.org>
Authored: Thu Aug 16 13:10:01 2018 +0530
Committer: Shalin Shekhar Mangar <sh...@apache.org>
Committed: Thu Aug 16 13:10:01 2018 +0530

----------------------------------------------------------------------
 .../test/org/apache/solr/cloud/api/collections/ShardSplitTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/100b1511/solr/core/src/test/org/apache/solr/cloud/api/collections/ShardSplitTest.java
----------------------------------------------------------------------
diff --git a/solr/core/src/test/org/apache/solr/cloud/api/collections/ShardSplitTest.java b/solr/core/src/test/org/apache/solr/cloud/api/collections/ShardSplitTest.java
index bcdac77..6127cae 100644
--- a/solr/core/src/test/org/apache/solr/cloud/api/collections/ShardSplitTest.java
+++ b/solr/core/src/test/org/apache/solr/cloud/api/collections/ShardSplitTest.java
@@ -389,7 +389,7 @@ public class ShardSplitTest extends AbstractFullDistribZkTestBase {
     splitShard.setShardName(SHARD1);
     splitShard.setSplitMethod(splitMethod.toLower());
     CollectionAdminResponse rsp = splitShard.process(cloudClient);
-    waitForThingsToLevelOut(15);
+    waitForThingsToLevelOut(30);
 
     cloudClient.getZkStateReader().forceUpdateCollection(collectionName);
     ClusterState clusterState = cloudClient.getZkStateReader().getClusterState();