You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ab...@apache.org on 2018/03/20 13:05:47 UTC

lucene-solr:master: SOLR-11134: This test fails reproducibly, mark it as AwaitsFix.

Repository: lucene-solr
Updated Branches:
  refs/heads/master 710993435 -> 3afb8b15b


SOLR-11134: This test fails reproducibly, mark it as 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/3afb8b15
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/3afb8b15
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/3afb8b15

Branch: refs/heads/master
Commit: 3afb8b15bffc26a1f34e79110f988a9b24825169
Parents: 7109934
Author: Andrzej Bialecki <ab...@apache.org>
Authored: Tue Mar 20 13:47:13 2018 +0100
Committer: Andrzej Bialecki <ab...@apache.org>
Committed: Tue Mar 20 13:47:13 2018 +0100

----------------------------------------------------------------------
 .../ltr/src/test/org/apache/solr/ltr/TestLTRReRankingPipeline.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/3afb8b15/solr/contrib/ltr/src/test/org/apache/solr/ltr/TestLTRReRankingPipeline.java
----------------------------------------------------------------------
diff --git a/solr/contrib/ltr/src/test/org/apache/solr/ltr/TestLTRReRankingPipeline.java b/solr/contrib/ltr/src/test/org/apache/solr/ltr/TestLTRReRankingPipeline.java
index d55262d..de97894 100644
--- a/solr/contrib/ltr/src/test/org/apache/solr/ltr/TestLTRReRankingPipeline.java
+++ b/solr/contrib/ltr/src/test/org/apache/solr/ltr/TestLTRReRankingPipeline.java
@@ -163,7 +163,7 @@ public class TestLTRReRankingPipeline extends LuceneTestCase {
 
   }
 
-  @BadApple(bugUrl = "https://issues.apache.org/jira/browse/SOLR-12028, https://issues.apache.org/jira/browse/SOLR-11134")
+  @AwaitsFix(bugUrl = "https://issues.apache.org/jira/browse/SOLR-11134")
   @Test
   public void testDifferentTopN() throws IOException {
     final Directory dir = newDirectory();