File tree Expand file tree Collapse file tree
solr/core/src/test/org/apache/solr/cloud Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727import java .util .concurrent .TimeUnit ;
2828import java .util .concurrent .TimeoutException ;
2929import java .util .stream .Collectors ;
30+ import org .apache .lucene .tests .util .LuceneTestCase .AwaitsFix ;
3031import org .apache .solr .SolrTestCaseJ4 .SuppressSSL ;
3132import org .apache .solr .client .solrj .SolrClient ;
3233import org .apache .solr .client .solrj .SolrServerException ;
4950 * after an add or update.
5051 */
5152@ SuppressSSL (bugUrl = "https://issues.apache.org/jira/browse/SOLR-5776" )
53+ @ AwaitsFix (bugUrl = "https://issues.apache.org/jira/browse/SOLR-18295" ) // 28-Jun-2026 flaky
5254public class ReplicationFactorTest extends AbstractFullDistribZkTestBase {
5355
5456 private static final Logger log = LoggerFactory .getLogger (MethodHandles .lookup ().lookupClass ());
You can’t perform that action at this time.
0 commit comments