From a9960fc2054108f60d4cf1365df487a2b84a5ade Mon Sep 17 00:00:00 2001 From: Dawid Weiss Date: Sun, 15 Apr 2012 19:36:23 +0000 Subject: [PATCH] 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 --- .../src/test/org/apache/solr/cloud/BasicDistributedZkTest.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/solr/core/src/test/org/apache/solr/cloud/BasicDistributedZkTest.java b/solr/core/src/test/org/apache/solr/cloud/BasicDistributedZkTest.java index 2f2f98256b8..ec41a00ca21 100644 --- a/solr/core/src/test/org/apache/solr/cloud/BasicDistributedZkTest.java +++ b/solr/core/src/test/org/apache/solr/cloud/BasicDistributedZkTest.java @@ -34,6 +34,7 @@ import java.util.concurrent.SynchronousQueue; import java.util.concurrent.ThreadPoolExecutor; import java.util.concurrent.TimeUnit; +import org.apache.lucene.util.LuceneTestCase; import org.apache.solr.client.solrj.SolrQuery; import org.apache.solr.client.solrj.SolrServer; 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 { private static final String DEFAULT_COLLECTION = "collection1";