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

[42/46] lucene-solr:jira/solr-11833: SOLR-12028: Remove BadApple for CollectionsAPIDistributedZkTest.testCollectionReload()

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/3028f3e9
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/3028f3e9
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/3028f3e9

Branch: refs/heads/jira/solr-11833
Commit: 3028f3e9ea337f9b8b0d021ecf3f2cb54217c566
Parents: dad2d10
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:26:22 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/3028f3e9/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 f970d4b..2901961 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
@@ -483,7 +483,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";