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 2013/04/25 20:07:34 UTC

svn commit: r1475879 - in /lucene/dev/branches/branch_4x: ./ solr/ solr/core/ solr/core/src/test/org/apache/solr/cloud/CollectionsAPIDistributedZkTest.java

Author: markrmiller
Date: Thu Apr 25 18:07:33 2013
New Revision: 1475879

URL: http://svn.apache.org/r1475879
Log:
SOLR-4765: The new Collections API test deleteCollectionWithDownNodes fails often with a server 500 error.

Modified:
    lucene/dev/branches/branch_4x/   (props changed)
    lucene/dev/branches/branch_4x/solr/   (props changed)
    lucene/dev/branches/branch_4x/solr/core/   (props changed)
    lucene/dev/branches/branch_4x/solr/core/src/test/org/apache/solr/cloud/CollectionsAPIDistributedZkTest.java

Modified: lucene/dev/branches/branch_4x/solr/core/src/test/org/apache/solr/cloud/CollectionsAPIDistributedZkTest.java
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_4x/solr/core/src/test/org/apache/solr/cloud/CollectionsAPIDistributedZkTest.java?rev=1475879&r1=1475878&r2=1475879&view=diff
==============================================================================
--- lucene/dev/branches/branch_4x/solr/core/src/test/org/apache/solr/cloud/CollectionsAPIDistributedZkTest.java (original)
+++ lucene/dev/branches/branch_4x/solr/core/src/test/org/apache/solr/cloud/CollectionsAPIDistributedZkTest.java Thu Apr 25 18:07:33 2013
@@ -190,6 +190,8 @@ public class CollectionsAPIDistributedZk
     createCollection(null, "halfdeletedcollection2", 3, 2, 6,
         createNewSolrServer("", baseUrl), null);
     
+    waitForRecoveriesToFinish("halfdeletedcollection2", false);
+    
     // stop a couple nodes
     ChaosMonkey.stop(jettys.get(0));
     ChaosMonkey.stop(jettys.get(1));