mirror of https://github.com/apache/lucene.git
SOLR-6944: ReplicationFactorTest continues to fail in most every build
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1671997 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d64899ff18
commit
a986e4099e
|
@ -23,6 +23,7 @@ import java.util.ArrayList;
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
import java.util.Locale;
|
import java.util.Locale;
|
||||||
|
|
||||||
|
import org.apache.lucene.util.LuceneTestCase;
|
||||||
import org.apache.lucene.util.LuceneTestCase.Slow;
|
import org.apache.lucene.util.LuceneTestCase.Slow;
|
||||||
import org.apache.solr.SolrTestCaseJ4.SuppressSSL;
|
import org.apache.solr.SolrTestCaseJ4.SuppressSSL;
|
||||||
import org.apache.solr.client.solrj.embedded.JettySolrRunner;
|
import org.apache.solr.client.solrj.embedded.JettySolrRunner;
|
||||||
|
@ -39,7 +40,6 @@ import org.junit.Test;
|
||||||
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
|
||||||
|
@ -47,6 +47,7 @@ import org.slf4j.LoggerFactory;
|
||||||
*/
|
*/
|
||||||
@Slow
|
@Slow
|
||||||
@SuppressSSL(bugUrl = "https://issues.apache.org/jira/browse/SOLR-5776")
|
@SuppressSSL(bugUrl = "https://issues.apache.org/jira/browse/SOLR-5776")
|
||||||
|
@LuceneTestCase.AwaitsFix(bugUrl = "https://issues.apache.org/jira/browse/SOLR-6944")
|
||||||
public class ReplicationFactorTest extends AbstractFullDistribZkTestBase {
|
public class ReplicationFactorTest extends AbstractFullDistribZkTestBase {
|
||||||
|
|
||||||
private static final transient Logger log =
|
private static final transient Logger log =
|
||||||
|
|
Loading…
Reference in New Issue