You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by jp...@apache.org on 2018/02/12 19:33:24 UTC

[2/2] lucene-solr:branch_7x: SOLR-11974: Disable test.

SOLR-11974: Disable test.


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

Branch: refs/heads/branch_7x
Commit: 91fbdfc15e84dc48cb019360a138fac6745265c8
Parents: f756c54
Author: Adrien Grand <jp...@gmail.com>
Authored: Mon Feb 12 20:32:22 2018 +0100
Committer: Adrien Grand <jp...@gmail.com>
Committed: Mon Feb 12 20:33:14 2018 +0100

----------------------------------------------------------------------
 .../src/test/org/apache/solr/search/TestCollapseQParserPlugin.java  | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/91fbdfc1/solr/core/src/test/org/apache/solr/search/TestCollapseQParserPlugin.java
----------------------------------------------------------------------
diff --git a/solr/core/src/test/org/apache/solr/search/TestCollapseQParserPlugin.java b/solr/core/src/test/org/apache/solr/search/TestCollapseQParserPlugin.java
index b99198d..01f852e 100644
--- a/solr/core/src/test/org/apache/solr/search/TestCollapseQParserPlugin.java
+++ b/solr/core/src/test/org/apache/solr/search/TestCollapseQParserPlugin.java
@@ -207,6 +207,7 @@ public class TestCollapseQParserPlugin extends SolrTestCaseJ4 {
   }
 
   @Test
+  @AwaitsFix(bugUrl="https://issues.apache.org/jira/browse/SOLR-11974")
   public void testStringCollapse() throws Exception {
     for (final String hint : new String[] {"", " hint="+CollapsingQParserPlugin.HINT_TOP_FC}) {
       testCollapseQueries("group_s", hint, false);