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:38:07 UTC

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

Repository: lucene-solr
Updated Branches:
  refs/heads/branch_6x 03251de94 -> 56db40be1


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

Branch: refs/heads/branch_6x
Commit: 56db40be1cdb99f69710be93a9b82b1a14c6d705
Parents: 03251de
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:37:58 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/56db40be/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);
   }