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

[22/29] lucene-solr:jira/http2: LUCENE-8454: Set test TestLatLonPolygonShapeQueries#testRandomMedium to AwaitFix

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

Branch: refs/heads/jira/http2
Commit: eb0fcec50303e193339f49d8f15049551912b917
Parents: d494f6b
Author: iverase <iv...@apache.org>
Authored: Thu Sep 20 08:53:51 2018 +0200
Committer: iverase <iv...@apache.org>
Committed: Thu Sep 20 08:53:51 2018 +0200

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


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/eb0fcec5/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();
+  }
 }