mirror of https://github.com/apache/lucene.git
SOLR-12801: Disable TimeRoutedAliasUpdateProcessorTest because the feature leaks threads.
This commit is contained in:
parent
e356d793ca
commit
1408f5255f
|
@ -36,6 +36,7 @@ import java.util.concurrent.Future;
|
|||
import java.util.stream.Collectors;
|
||||
|
||||
import org.apache.lucene.util.IOUtils;
|
||||
import org.apache.lucene.util.LuceneTestCase.AwaitsFix;
|
||||
import org.apache.solr.client.solrj.SolrRequest;
|
||||
import org.apache.solr.client.solrj.SolrServerException;
|
||||
import org.apache.solr.client.solrj.embedded.JettySolrRunner;
|
||||
|
@ -74,6 +75,8 @@ import org.junit.Test;
|
|||
import org.slf4j.Logger;
|
||||
import org.slf4j.LoggerFactory;
|
||||
|
||||
// This feature has a leak
|
||||
@AwaitsFix(bugUrl="https://issues.apache.org/jira/browse/SOLR-12801")
|
||||
public class TimeRoutedAliasUpdateProcessorTest extends SolrCloudTestCase {
|
||||
private static final Logger log = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass());
|
||||
|
||||
|
|
Loading…
Reference in New Issue