You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by an...@apache.org on 2016/03/05 04:25:48 UTC

lucene-solr git commit: SOLR-8790: Ignoring failing CollectionsAPISolrJTest test until this is fixed

Repository: lucene-solr
Updated Branches:
  refs/heads/master 437170fa8 -> 81feea250


SOLR-8790: Ignoring failing CollectionsAPISolrJTest test until this is fixed


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/81feea25
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/81feea25
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/81feea25

Branch: refs/heads/master
Commit: 81feea2505103f4f0bcc4f6a84d9ea9b99e7ecb5
Parents: 437170f
Author: anshum <an...@apache.org>
Authored: Fri Mar 4 19:25:28 2016 -0800
Committer: anshum <an...@apache.org>
Committed: Fri Mar 4 19:25:28 2016 -0800

----------------------------------------------------------------------
 .../src/test/org/apache/solr/cloud/CollectionsAPISolrJTest.java    | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/81feea25/solr/core/src/test/org/apache/solr/cloud/CollectionsAPISolrJTest.java
----------------------------------------------------------------------
diff --git a/solr/core/src/test/org/apache/solr/cloud/CollectionsAPISolrJTest.java b/solr/core/src/test/org/apache/solr/cloud/CollectionsAPISolrJTest.java
index fb7247a..9f41c0d 100644
--- a/solr/core/src/test/org/apache/solr/cloud/CollectionsAPISolrJTest.java
+++ b/solr/core/src/test/org/apache/solr/cloud/CollectionsAPISolrJTest.java
@@ -45,6 +45,7 @@ import org.apache.solr.common.params.CoreAdminParams;
 import org.apache.solr.common.util.NamedList;
 import org.apache.solr.util.TimeOut;
 import org.apache.zookeeper.KeeperException;
+import org.junit.Ignore;
 import org.junit.Test;
 
 import static org.apache.solr.cloud.ReplicaPropertiesBase.verifyUniqueAcrossCollection;
@@ -53,6 +54,7 @@ import static org.apache.solr.cloud.ReplicaPropertiesBase.verifyUniqueAcrossColl
 public class CollectionsAPISolrJTest extends AbstractFullDistribZkTestBase {
 
   @Test
+  @Ignore
   public void test() throws Exception {
     testCreateAndDeleteCollection();
     testCreateAndDeleteShard();