This is an automated email from the ASF dual-hosted git repository.

epugh pushed a commit to branch branch_9x
in repository https://gitbox.apache.org/repos/asf/solr.git


The following commit(s) were added to refs/heads/branch_9x by this push:
     new 144335ba33f SOLR-16784 Badapple CollectionReloadTest (#1621)
144335ba33f is described below

commit 144335ba33f6216ae7b1bb7076dc47ee606e181d
Author: Jan Høydahl <[email protected]>
AuthorDate: Wed May 3 15:48:50 2023 +0200

    SOLR-16784 Badapple CollectionReloadTest (#1621)
    
    Signed-off-by: Jan Høydahl <[email protected]>
---
 .../org/apache/solr/cloud/api/collections/CollectionReloadTest.java     | 2 ++
 1 file changed, 2 insertions(+)

diff --git 
a/solr/core/src/test/org/apache/solr/cloud/api/collections/CollectionReloadTest.java
 
b/solr/core/src/test/org/apache/solr/cloud/api/collections/CollectionReloadTest.java
index 1eca0e5ee17..b4aa31d7600 100644
--- 
a/solr/core/src/test/org/apache/solr/cloud/api/collections/CollectionReloadTest.java
+++ 
b/solr/core/src/test/org/apache/solr/cloud/api/collections/CollectionReloadTest.java
@@ -25,6 +25,7 @@ import org.apache.http.HttpResponse;
 import org.apache.http.client.methods.HttpGet;
 import org.apache.http.client.methods.HttpPost;
 import org.apache.http.entity.StringEntity;
+import org.apache.lucene.tests.util.LuceneTestCase.BadApple;
 import org.apache.solr.SolrTestCaseJ4.SuppressSSL;
 import org.apache.solr.client.solrj.SolrServerException;
 import org.apache.solr.client.solrj.impl.CloudLegacySolrClient;
@@ -40,6 +41,7 @@ import org.slf4j.LoggerFactory;
 
 /** Verifies cluster state remains consistent after collection reload. */
 @SuppressSSL(bugUrl = "https://issues.apache.org/jira/browse/SOLR-5776";)
+@BadApple(bugUrl = "https://issues.apache.org/jira/browse/SOLR-16784";)
 public class CollectionReloadTest extends SolrCloudTestCase {
 
   private static final Logger log = 
LoggerFactory.getLogger(MethodHandles.lookup().lookupClass());

Reply via email to