SOLR-12801: Disable TimeRoutedAliasUpdateProcessorTest because the feature leaks threads.

This commit is contained in:
markrmiller 2018-12-03 09:06:53 -06:00
parent e356d793ca
commit 1408f5255f
1 changed files with 3 additions and 0 deletions

View File

@ -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());