You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by iv...@apache.org on 2018/09/20 06:59:06 UTC

lucene-solr:branch_7_5: LUCENE-8454: Set test TestLatLonPolygonShapeQueries#testRandomMedium to AwaitFix

Repository: lucene-solr
Updated Branches:
  refs/heads/branch_7_5 e1ceb630b -> 7e56ce9bd


LUCENE-8454: Set test TestLatLonPolygonShapeQueries#testRandomMedium to AwaitFix


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

Branch: refs/heads/branch_7_5
Commit: 7e56ce9bdfdab5597253434a37851ab859fa6df4
Parents: e1ceb63
Author: iverase <iv...@apache.org>
Authored: Thu Sep 20 08:58:47 2018 +0200
Committer: iverase <iv...@apache.org>
Committed: Thu Sep 20 08:58:47 2018 +0200

----------------------------------------------------------------------
 .../apache/lucene/document/TestLatLonPolygonShapeQueries.java  | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/7e56ce9b/lucene/sandbox/src/test/org/apache/lucene/document/TestLatLonPolygonShapeQueries.java
----------------------------------------------------------------------
diff --git a/lucene/sandbox/src/test/org/apache/lucene/document/TestLatLonPolygonShapeQueries.java b/lucene/sandbox/src/test/org/apache/lucene/document/TestLatLonPolygonShapeQueries.java
index ce76a82..9825e6a 100644
--- a/lucene/sandbox/src/test/org/apache/lucene/document/TestLatLonPolygonShapeQueries.java
+++ b/lucene/sandbox/src/test/org/apache/lucene/document/TestLatLonPolygonShapeQueries.java
@@ -99,4 +99,10 @@ public class TestLatLonPolygonShapeQueries extends BaseLatLonShapeTestCase {
       return queryRelation == QueryRelation.INTERSECTS ? false : true;
     }
   }
+
+  @Override
+  @AwaitsFix(bugUrl = "https://issues.apache.org/jira/browse/LUCENE-8454")
+  public void testRandomMedium() throws Exception {
+    super.testRandomMedium();
+  }
 }