You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by no...@apache.org on 2023/05/11 03:29:17 UTC

[solr] branch branch_9x updated: SOLR-16784: This is failing often. Let's fix it and re-enable it

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

noble 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 73b5170d3da SOLR-16784: This is failing often. Let's fix it and re-enable it
73b5170d3da is described below

commit 73b5170d3da12b8304da04c2b94485a595b0f957
Author: Noble Paul <no...@gmail.com>
AuthorDate: Thu May 11 13:28:23 2023 +1000

    SOLR-16784: This is failing often. Let's fix it and re-enable it
---
 .../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 b4aa31d7600..3b2baef2d6f 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
@@ -35,6 +35,7 @@ import org.apache.solr.cloud.SolrCloudTestCase;
 import org.apache.solr.common.cloud.Replica;
 import org.apache.solr.common.util.RetryUtil;
 import org.junit.BeforeClass;
+import org.junit.Ignore;
 import org.junit.Test;
 import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
@@ -42,6 +43,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")
+@Ignore
 public class CollectionReloadTest extends SolrCloudTestCase {
 
   private static final Logger log = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass());