You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by da...@apache.org on 2018/12/07 09:57:29 UTC

[14/37] lucene-solr:jira/http2: SOLR-12801: Disable TimeRoutedAliasUpdateProcessorTest because the feature leaks threads.

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


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/1408f525
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/1408f525
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/1408f525

Branch: refs/heads/jira/http2
Commit: 1408f5255fbcde6e843845375349a694f783d247
Parents: e356d79
Author: markrmiller <ma...@apache.org>
Authored: Mon Dec 3 09:06:53 2018 -0600
Committer: markrmiller <ma...@apache.org>
Committed: Mon Dec 3 09:07:27 2018 -0600

----------------------------------------------------------------------
 .../solr/update/processor/TimeRoutedAliasUpdateProcessorTest.java | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/1408f525/solr/core/src/test/org/apache/solr/update/processor/TimeRoutedAliasUpdateProcessorTest.java
----------------------------------------------------------------------
diff --git a/solr/core/src/test/org/apache/solr/update/processor/TimeRoutedAliasUpdateProcessorTest.java b/solr/core/src/test/org/apache/solr/update/processor/TimeRoutedAliasUpdateProcessorTest.java
index 1fc1e25..e592654 100644
--- a/solr/core/src/test/org/apache/solr/update/processor/TimeRoutedAliasUpdateProcessorTest.java
+++ b/solr/core/src/test/org/apache/solr/update/processor/TimeRoutedAliasUpdateProcessorTest.java
@@ -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());