SOLR-6372: Cross Data Center Replication disabling noisy tests until we figure it out

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1681361 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Erick Erickson 2015-05-23 16:04:07 +00:00
parent a7a1416a38
commit 6d4f9b8b35
3 changed files with 6 additions and 1 deletions

View File

@ -21,11 +21,13 @@ import org.apache.lucene.util.LuceneTestCase.Slow;
import org.apache.solr.common.SolrInputDocument;
import org.apache.solr.common.util.NamedList;
import org.apache.solr.handler.CdcrParams;
import org.junit.Ignore;
import org.junit.Test;
import java.util.ArrayList;
import java.util.List;
@Ignore
@Slow
public class CdcrReplicationDistributedZkTest extends BaseCdcrDistributedZkTest {

View File

@ -23,6 +23,7 @@ package org.apache.solr.cloud;
import org.apache.lucene.util.LuceneTestCase.Slow;
import org.apache.solr.client.solrj.impl.CloudSolrClient;
import org.apache.solr.common.SolrInputDocument;
import org.junit.Ignore;
import org.junit.Test;
import java.io.File;
@ -31,6 +32,7 @@ import java.util.HashMap;
import java.util.List;
import java.util.Map;
@Ignore
@Slow
public class CdcrReplicationHandlerTest extends BaseCdcrDistributedZkTest {

View File

@ -20,8 +20,10 @@ package org.apache.solr.cloud;
import org.apache.lucene.util.LuceneTestCase.Slow;
import org.apache.solr.common.util.NamedList;
import org.apache.solr.handler.CdcrParams;
import org.junit.Ignore;
import org.junit.Test;
@Ignore
@Slow
public class CdcrRequestHandlerTest extends BaseCdcrDistributedZkTest {
@ -34,7 +36,6 @@ public class CdcrRequestHandlerTest extends BaseCdcrDistributedZkTest {
@Test
@ShardsFixed(num = 4)
public void doTest() throws Exception {
this.doTestLifeCycleActions();
this.doTestCheckpointActions();