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 19:46:52 UTC

svn commit: r1475869 - /lucene/dev/trunk/solr/core/src/test/org/apache/solr/cloud/CollectionsAPIDistributedZkTest.java

Author: markrmiller
Date: Thu Apr 25 17:46:52 2013
New Revision: 1475869

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

Modified:
    lucene/dev/trunk/solr/core/src/test/org/apache/solr/cloud/CollectionsAPIDistributedZkTest.java

Modified: lucene/dev/trunk/solr/core/src/test/org/apache/solr/cloud/CollectionsAPIDistributedZkTest.java
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/solr/core/src/test/org/apache/solr/cloud/CollectionsAPIDistributedZkTest.java?rev=1475869&r1=1475868&r2=1475869&view=diff
==============================================================================
--- lucene/dev/trunk/solr/core/src/test/org/apache/solr/cloud/CollectionsAPIDistributedZkTest.java (original)
+++ lucene/dev/trunk/solr/core/src/test/org/apache/solr/cloud/CollectionsAPIDistributedZkTest.java Thu Apr 25 17:46:52 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));