mirror of https://github.com/apache/lucene.git
I am putting this test in a @AwaitsFix group. This means it will _NOT_ be
run by default (it fails often on jenkins and nobody knows how to fix it). If you want to enable it, run with -Dtests.awaitsfix=true git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1326411 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d5e276a53a
commit
a9960fc205
|
@ -34,6 +34,7 @@ import java.util.concurrent.SynchronousQueue;
|
||||||
import java.util.concurrent.ThreadPoolExecutor;
|
import java.util.concurrent.ThreadPoolExecutor;
|
||||||
import java.util.concurrent.TimeUnit;
|
import java.util.concurrent.TimeUnit;
|
||||||
|
|
||||||
|
import org.apache.lucene.util.LuceneTestCase;
|
||||||
import org.apache.solr.client.solrj.SolrQuery;
|
import org.apache.solr.client.solrj.SolrQuery;
|
||||||
import org.apache.solr.client.solrj.SolrServer;
|
import org.apache.solr.client.solrj.SolrServer;
|
||||||
import org.apache.solr.client.solrj.SolrServerException;
|
import org.apache.solr.client.solrj.SolrServerException;
|
||||||
|
@ -56,6 +57,7 @@ import org.apache.solr.util.DefaultSolrThreadFactory;
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
@LuceneTestCase.AwaitsFix(bugUrl = "https://issues.apache.org/jira/browse/SOLR-2161")
|
||||||
public class BasicDistributedZkTest extends AbstractDistributedZkTestCase {
|
public class BasicDistributedZkTest extends AbstractDistributedZkTestCase {
|
||||||
|
|
||||||
private static final String DEFAULT_COLLECTION = "collection1";
|
private static final String DEFAULT_COLLECTION = "collection1";
|
||||||
|
|
Loading…
Reference in New Issue