mirror of https://github.com/apache/lucene.git
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:
parent
f82e41df81
commit
1979ac573d
|
@ -43,13 +43,14 @@ import org.junit.Before;
|
||||||
import org.slf4j.Logger;
|
import org.slf4j.Logger;
|
||||||
import org.slf4j.LoggerFactory;
|
import org.slf4j.LoggerFactory;
|
||||||
|
|
||||||
|
//@AwaitsFix(bugUrl = "https://issues.apache.org/jira/browse/SOLR-6157")
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Tests a client application's ability to get replication factor
|
* Tests a client application's ability to get replication factor
|
||||||
* information back from the cluster after an add or update.
|
* information back from the cluster after an add or update.
|
||||||
*/
|
*/
|
||||||
@Slow
|
@Slow
|
||||||
@SuppressSSL(bugUrl = "https://issues.apache.org/jira/browse/SOLR-5776")
|
@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 {
|
public class ReplicationFactorTest extends AbstractFullDistribZkTestBase {
|
||||||
|
|
||||||
private static final transient Logger log =
|
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");
|
log.info("Testing replication factor handling for repfacttest_c8n_1x3");
|
||||||
testRf3();
|
testRf3();
|
||||||
|
|
||||||
|
waitForThingsToLevelOut(30000);
|
||||||
|
|
||||||
// test handling when not using direct updates
|
// test handling when not using direct updates
|
||||||
log.info("Now testing replication factor handling for repfacttest_c8n_2x2");
|
log.info("Now testing replication factor handling for repfacttest_c8n_2x2");
|
||||||
testRf2NotUsingDirectUpdates();
|
testRf2NotUsingDirectUpdates();
|
||||||
|
|
Loading…
Reference in New Issue