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

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

Repository: lucene-solr
Updated Branches:
  refs/heads/branch_7_3 40c49ec3a -> 8f4ef4b72


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/8f4ef4b7
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/8f4ef4b7
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/8f4ef4b7

Branch: refs/heads/branch_7_3
Commit: 8f4ef4b72dcc218f10c8d56718e6953310114242
Parents: 40c49ec
Author: Andrzej Bialecki <ab...@apache.org>
Authored: Tue Mar 20 13:47:13 2018 +0100
Committer: Alan Woodward <ro...@apache.org>
Committed: Tue Mar 20 13:49:59 2018 +0000

----------------------------------------------------------------------
 .../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/8f4ef4b7/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 7d8319d..15f400d 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
@@ -162,7 +162,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();