You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by cp...@apache.org on 2017/02/20 17:58:26 UTC

[2/2] lucene-solr:branch_6x: SOLR-10175: turn TestAnalyticsQParserPlugin's @Ignore into @AwaitsFix

SOLR-10175: turn TestAnalyticsQParserPlugin's @Ignore into @AwaitsFix


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

Branch: refs/heads/branch_6x
Commit: db83e582f7976563eab76eafdacb5dae716f8aae
Parents: 180614c
Author: Christine Poerschke <cp...@apache.org>
Authored: Mon Feb 20 17:38:25 2017 +0000
Committer: Christine Poerschke <cp...@apache.org>
Committed: Mon Feb 20 17:55:21 2017 +0000

----------------------------------------------------------------------
 .../test/org/apache/solr/search/TestAnalyticsQParserPlugin.java  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/db83e582/solr/core/src/test/org/apache/solr/search/TestAnalyticsQParserPlugin.java
----------------------------------------------------------------------
diff --git a/solr/core/src/test/org/apache/solr/search/TestAnalyticsQParserPlugin.java b/solr/core/src/test/org/apache/solr/search/TestAnalyticsQParserPlugin.java
index cfd6b75..937fe9c 100644
--- a/solr/core/src/test/org/apache/solr/search/TestAnalyticsQParserPlugin.java
+++ b/solr/core/src/test/org/apache/solr/search/TestAnalyticsQParserPlugin.java
@@ -18,6 +18,7 @@ package org.apache.solr.search;
 
 import org.apache.lucene.search.Query;
 import org.apache.lucene.search.IndexSearcher;
+import org.apache.lucene.util.LuceneTestCase.AwaitsFix;
 import org.apache.solr.client.solrj.request.QueryRequest;
 
 import org.apache.solr.client.solrj.response.QueryResponse;
@@ -31,12 +32,11 @@ import org.apache.solr.request.SolrQueryRequest;
 import org.apache.solr.handler.component.MergeStrategy;
 import org.apache.solr.handler.component.ShardResponse;
 
-import org.junit.Ignore;
 import java.util.List;
 import java.util.concurrent.Future;
 import java.io.IOException;
 
-@Ignore
+@AwaitsFix(bugUrl = "https://issues.apache.org/jira/browse/SOLR-10175")
 public class TestAnalyticsQParserPlugin extends QParserPlugin {