SOLR-6157: re-enable this test to see if it runs consistently on Jenkins (beast passed 20/20)

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1630140 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Timothy Potter 2014-10-08 15:23:44 +00:00
parent f82e41df81
commit 1979ac573d
1 changed files with 4 additions and 1 deletions

View File

@ -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 extends AbstractFullDistribZkTestBase {
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();