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:28:37 UTC

[solr] branch main 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 main
in repository https://gitbox.apache.org/repos/asf/solr.git


The following commit(s) were added to refs/heads/main by this push:
     new 87627ce0c36 SOLR-16784: This is failing often. Let's fix it and re-enable it
87627ce0c36 is described below

commit 87627ce0c36228432f4436e7d85f73ef042a9d0b
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());