You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by kw...@apache.org on 2018/04/26 15:36:37 UTC

lucene-solr:master: Mark the failing random tests with AwaitsFix

Repository: lucene-solr
Updated Branches:
  refs/heads/master 08cf26313 -> fe98d6a98


Mark the failing random tests with 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/fe98d6a9
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/fe98d6a9
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/fe98d6a9

Branch: refs/heads/master
Commit: fe98d6a9851110cae8cc9a3547386770bc6d985c
Parents: 08cf263
Author: Karl Wright <Da...@gmail.com>
Authored: Thu Apr 26 11:27:52 2018 -0400
Committer: Karl Wright <Da...@gmail.com>
Committed: Thu Apr 26 11:27:52 2018 -0400

----------------------------------------------------------------------
 .../org/apache/lucene/spatial3d/geom/RandomGeoPolygonTest.java     | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/fe98d6a9/lucene/spatial3d/src/test/org/apache/lucene/spatial3d/geom/RandomGeoPolygonTest.java
----------------------------------------------------------------------
diff --git a/lucene/spatial3d/src/test/org/apache/lucene/spatial3d/geom/RandomGeoPolygonTest.java b/lucene/spatial3d/src/test/org/apache/lucene/spatial3d/geom/RandomGeoPolygonTest.java
index 25b518c..97829b8 100644
--- a/lucene/spatial3d/src/test/org/apache/lucene/spatial3d/geom/RandomGeoPolygonTest.java
+++ b/lucene/spatial3d/src/test/org/apache/lucene/spatial3d/geom/RandomGeoPolygonTest.java
@@ -93,6 +93,7 @@ public class RandomGeoPolygonTest extends RandomGeo3dShapeGenerator {
    */
   @Test
   @Repeat(iterations = 10)
+  @AwaitsFix(bugUrl="https://issues.apache.org/jira/browse/LUCENE-8281")
   public void testCompareBigPolygons() {
     testComparePolygons(Math.PI);
   }
@@ -103,6 +104,7 @@ public class RandomGeoPolygonTest extends RandomGeo3dShapeGenerator {
    */
   @Test
   @Repeat(iterations = 10)
+  @AwaitsFix(bugUrl="https://issues.apache.org/jira/browse/LUCENE-8281")
   public void testCompareSmallPolygons() {
     testComparePolygons(1e-4 * Math.PI);
   }