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

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

commit 58e15ff9a9272dbd1a662c6c0511688e20b2d77d
Author: Jan Høydahl <[email protected]>
AuthorDate: Sun Jun 28 22:25:16 2026 +0200

    SOLR-18295 AwaitsFix flaky ReplicationFactorTest
    
    (cherry picked from commit c851aae5c8221e0a78c5b67efd4392bd0c8e5cd4)
---
 solr/core/src/test/org/apache/solr/cloud/ReplicationFactorTest.java | 2 ++
 1 file changed, 2 insertions(+)

diff --git 
a/solr/core/src/test/org/apache/solr/cloud/ReplicationFactorTest.java 
b/solr/core/src/test/org/apache/solr/cloud/ReplicationFactorTest.java
index 4d6158e0179..eb63af4a5ac 100644
--- a/solr/core/src/test/org/apache/solr/cloud/ReplicationFactorTest.java
+++ b/solr/core/src/test/org/apache/solr/cloud/ReplicationFactorTest.java
@@ -27,6 +27,7 @@ import java.util.Set;
 import java.util.concurrent.TimeUnit;
 import java.util.concurrent.TimeoutException;
 import java.util.stream.Collectors;
+import org.apache.lucene.tests.util.LuceneTestCase.AwaitsFix;
 import org.apache.solr.SolrTestCaseJ4.SuppressSSL;
 import org.apache.solr.client.solrj.SolrClient;
 import org.apache.solr.client.solrj.SolrServerException;
@@ -49,6 +50,7 @@ import org.slf4j.LoggerFactory;
  * after an add or update.
  */
 @SuppressSSL(bugUrl = "https://issues.apache.org/jira/browse/SOLR-5776";)
+@AwaitsFix(bugUrl = "https://issues.apache.org/jira/browse/SOLR-18295";) // 
28-Jun-2026 flaky
 public class ReplicationFactorTest extends AbstractFullDistribZkTestBase {
 
   private static final Logger log = 
LoggerFactory.getLogger(MethodHandles.lookup().lookupClass());

Reply via email to