You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by da...@apache.org on 2018/04/16 03:28:47 UTC

lucene-solr:branch_7x: SOLR-12028: Remove BadApple for CollectionsAPIDistributedZkTest.testCollectionReload()

Repository: lucene-solr
Updated Branches:
  refs/heads/branch_7x 892b4bb6b -> c662b7d26


SOLR-12028: Remove BadApple for CollectionsAPIDistributedZkTest.testCollectionReload()


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

Branch: refs/heads/branch_7x
Commit: c662b7d266a532030576e6e2be928ff1fbb9c439
Parents: 892b4bb
Author: Cao Manh Dat <da...@apache.org>
Authored: Mon Apr 16 10:26:22 2018 +0700
Committer: Cao Manh Dat <da...@apache.org>
Committed: Mon Apr 16 10:28:37 2018 +0700

----------------------------------------------------------------------
 .../solr/cloud/api/collections/CollectionsAPIDistributedZkTest.java | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/c662b7d2/solr/core/src/test/org/apache/solr/cloud/api/collections/CollectionsAPIDistributedZkTest.java
----------------------------------------------------------------------
diff --git a/solr/core/src/test/org/apache/solr/cloud/api/collections/CollectionsAPIDistributedZkTest.java b/solr/core/src/test/org/apache/solr/cloud/api/collections/CollectionsAPIDistributedZkTest.java
index f193ff2..78f8976 100644
--- a/solr/core/src/test/org/apache/solr/cloud/api/collections/CollectionsAPIDistributedZkTest.java
+++ b/solr/core/src/test/org/apache/solr/cloud/api/collections/CollectionsAPIDistributedZkTest.java
@@ -482,7 +482,6 @@ public class CollectionsAPIDistributedZkTest extends SolrCloudTestCase {
   }
 
   @Test
-  @BadApple(bugUrl="https://issues.apache.org/jira/browse/SOLR-12028") // 26-Mar-2018
   public void testCollectionReload() throws Exception {
 
     final String collectionName = "reloaded_collection";