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:
Dawid Weiss 2012-04-15 19:36:23 +00:00
parent d5e276a53a
commit a9960fc205
1 changed files with 2 additions and 0 deletions

View File

@ -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";