[ 
https://issues.apache.org/jira/browse/LUCENE-6822?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14935306#comment-14935306
 ] 

Karl Wright commented on LUCENE-6822:
-------------------------------------

This is something [~dsmiley] will have to look at.  The test is statistical in 
that it complains if it gets less than a specified proportion of random points 
that fulfill a criteria.  Such tests are bound to fail eventually, so I'm not 
sure whether retaining that check is a good idea.

As for the test failure not giving a repo line: that's because the test is 
derived from a spatial4j test base class that doesn't support such things...


> geo3d shape test failures
> -------------------------
>
>                 Key: LUCENE-6822
>                 URL: https://issues.apache.org/jira/browse/LUCENE-6822
>             Project: Lucene - Core
>          Issue Type: Bug
>          Components: modules/spatial
>    Affects Versions: Trunk
>            Reporter: Steve Rowe
>
> My Jenkins found a seed that reproduces for me:
> {noformat}
>    [junit4] Suite: 
> org.apache.lucene.spatial.spatial4j.Geo3dShapeSphereModelRectRelationTest
>    [junit4]   1> Laps: 929 CWIDbD: 219,1,394,164,151
>    [junit4] FAILURE 2.50s J4 | 
> Geo3dShapeSphereModelRectRelationTest.testGeoBBoxRect <<<
>    [junit4]    > Throwable #1: java.lang.AssertionError: Did not find enough 
> contains/within/intersection/disjoint/bounds cases in a reasonable number of 
> random attempts. CWIDbD: 3402(20),19(20),9010(20),1246(20),9677(20)  Laps 
> exceeded 23354
>    [junit4]    >      at 
> __randomizedtesting.SeedInfo.seed([C88EB616122CF9EB:EC2B1E2E361F87B5]:0)
>    [junit4]    >      at 
> com.spatial4j.core.shape.RectIntersectionTestHelper.testRelateWithRectangle(RectIntersectionTestHelper.java:84)
>    [junit4]    >      at 
> org.apache.lucene.spatial.spatial4j.Geo3dShapeRectRelationTestCase.testGeoBBoxRect(Geo3dShapeRectRelationTestCase.java:172)
>    [junit4]    >      at java.lang.Thread.run(Thread.java:745)
>    [junit4]   1> Laps: 14208 CWIDbD: 7385,20,3580,1086,2137
>    [junit4]   1> Laps: 157 CWIDbD: 20,1,60,23,53
>    [junit4] Completed [5/24] on J4 in 4.80s, 6 tests, 1 failure <<< FAILURES!
> [...]
>    [junit4] Suite: 
> org.apache.lucene.spatial.spatial4j.Geo3dShapeWGS84ModelRectRelationTest
>    [junit4]   1> Laps: 1326 CWIDbD: 309,1,552,268,196
>    [junit4]   1> rect=GeoDegenerateHorizontalLine: 
> {planetmodel=PlanetModel.WGS84, latitude=0.2792526803190927(16.0), 
> leftlon=0.06981317007977318(4.0), rightLon=0.6283185307179586(36.0)}
>    [junit4] FAILURE 3.05s J3 | 
> Geo3dShapeWGS84ModelRectRelationTest.testGeoBBoxRect <<<
>    [junit4]    > Throwable #1: java.lang.AssertionError: Did not find enough 
> contains/within/intersection/disjoint/bounds cases in a reasonable number of 
> random attempts. CWIDbD: 3402(20),19(20),9010(20),1246(20),9677(20)  Laps 
> exceeded 23354
>    [junit4]    >      at 
> __randomizedtesting.SeedInfo.seed([C88EB616122CF9EB:EC2B1E2E361F87B5]:0)
>    [junit4]    >      at 
> com.spatial4j.core.shape.RectIntersectionTestHelper.testRelateWithRectangle(RectIntersectionTestHelper.java:84)
>    [junit4]    >      at 
> org.apache.lucene.spatial.spatial4j.Geo3dShapeRectRelationTestCase.testGeoBBoxRect(Geo3dShapeRectRelationTestCase.java:172)
>    [junit4]    >      at java.lang.Thread.run(Thread.java:745)
>    [junit4]   1> Laps: 14188 CWIDbD: 7402,20,3570,1083,2113
>    [junit4]   1> Laps: 157 CWIDbD: 20,1,60,23,53
>    [junit4] Completed [7/24] on J3 in 5.20s, 7 tests, 1 failure <<< FAILURES!
> {noformat}
> Oddly, these have no "reproduce with" lines - anybody know why?
> To reproduce, I just used the master seed for all the spatial module's tests:
> {noformat}
> ant -Dtests.seed=C88EB616122CF9EB test
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to