You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by th...@apache.org on 2014/10/08 17:23:45 UTC

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

Author: thelabdude
Date: Wed Oct  8 15:23:44 2014
New Revision: 1630140

URL: http://svn.apache.org/r1630140
Log:
SOLR-6157: re-enable this test to see if it runs consistently on Jenkins (beast passed 20/20)

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

Modified: lucene/dev/trunk/solr/core/src/test/org/apache/solr/cloud/ReplicationFactorTest.java
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/solr/core/src/test/org/apache/solr/cloud/ReplicationFactorTest.java?rev=1630140&r1=1630139&r2=1630140&view=diff
==============================================================================
--- lucene/dev/trunk/solr/core/src/test/org/apache/solr/cloud/ReplicationFactorTest.java (original)
+++ lucene/dev/trunk/solr/core/src/test/org/apache/solr/cloud/ReplicationFactorTest.java Wed Oct  8 15:23:44 2014
@@ -43,13 +43,14 @@ import org.junit.Before;
 import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 
+//@AwaitsFix(bugUrl = "https://issues.apache.org/jira/browse/SOLR-6157")
+
 /**
  * Tests a client application's ability to get replication factor
  * information back from the cluster after an add or update.
  */
 @Slow
 @SuppressSSL(bugUrl = "https://issues.apache.org/jira/browse/SOLR-5776")
-@AwaitsFix(bugUrl = "https://issues.apache.org/jira/browse/SOLR-6157")
 public class ReplicationFactorTest extends AbstractFullDistribZkTestBase {
   
   private static final transient Logger log = 
@@ -140,6 +141,8 @@ public class ReplicationFactorTest exten
     log.info("Testing replication factor handling for repfacttest_c8n_1x3");
     testRf3();
 
+    waitForThingsToLevelOut(30000);
+
     // test handling when not using direct updates
     log.info("Now testing replication factor handling for repfacttest_c8n_2x2");
     testRf2NotUsingDirectUpdates();