This is an automated email from the ASF dual-hosted git repository.
janhoy 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 c851aae5c82 SOLR-18295 AwaitsFix flaky ReplicationFactorTest
c851aae5c82 is described below
commit c851aae5c8221e0a78c5b67efd4392bd0c8e5cd4
Author: Jan Høydahl <[email protected]>
AuthorDate: Sun Jun 28 22:25:16 2026 +0200
SOLR-18295 AwaitsFix flaky ReplicationFactorTest
---
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());