You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ma...@apache.org on 2017/02/22 17:39:30 UTC

[2/4] lucene-solr:branch_6x: SOLR-10064: The Nightly test HdfsCollectionsAPIDistributedZkTest appears to be too fragile.

SOLR-10064: The Nightly test HdfsCollectionsAPIDistributedZkTest appears to be too fragile.

# Conflicts:
#	solr/test-framework/src/java/org/apache/solr/cloud/SolrCloudTestCase.java


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

Branch: refs/heads/branch_6x
Commit: 3357aab84221081a5460e62dd41a56c2008cd9a4
Parents: 6323f9a
Author: markrmiller <ma...@apache.org>
Authored: Thu Feb 2 13:21:23 2017 -0500
Committer: markrmiller <ma...@apache.org>
Committed: Wed Feb 22 12:39:05 2017 -0500

----------------------------------------------------------------------
 .../org/apache/solr/cloud/CollectionsAPIDistributedZkTest.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/3357aab8/solr/core/src/test/org/apache/solr/cloud/CollectionsAPIDistributedZkTest.java
----------------------------------------------------------------------
diff --git a/solr/core/src/test/org/apache/solr/cloud/CollectionsAPIDistributedZkTest.java b/solr/core/src/test/org/apache/solr/cloud/CollectionsAPIDistributedZkTest.java
index 1cfb53a..5e4b9bb 100644
--- a/solr/core/src/test/org/apache/solr/cloud/CollectionsAPIDistributedZkTest.java
+++ b/solr/core/src/test/org/apache/solr/cloud/CollectionsAPIDistributedZkTest.java
@@ -371,7 +371,7 @@ public class CollectionsAPIDistributedZkTest extends SolrCloudTestCase {
       cluster.getSolrClient().request(createCmd);
     });
 
-    TimeUnit.MILLISECONDS.sleep(200);
+    TimeUnit.MILLISECONDS.sleep(1000);
     // in both cases, the collection should have default to the core name
     cloudClient.getZkStateReader().forceUpdateCollection("corewithnocollection3");