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

Karl Wright commented on LUCENE-8280:
-------------------------------------

I committed the test with an @AwaitsFix annotation.

The original failure finds a number of documents where the polygon says they 
should be inside but the bounds disagrees.  Because it's not just one, I'm 
inclined to think that we have one of two things happening:

(1) The bounds is wrong.
OR
(2) The secondary (backup) test point's "in-set" status is being computed 
incorrectly, so all "isWithin" operations that require it fail.



> Repeatable failure for GeoConvexPolygons
> ----------------------------------------
>
>                 Key: LUCENE-8280
>                 URL: https://issues.apache.org/jira/browse/LUCENE-8280
>             Project: Lucene - Core
>          Issue Type: Bug
>          Components: modules/spatial3d
>            Reporter: Karl Wright
>            Assignee: Karl Wright
>            Priority: Major
>
> Reproduce with:
> {code}
> ant test  -Dtestcase=TestGeo3DPoint -Dtests.method=testGeo3DRelations 
> -Dtests.seed=1F49469C1989BC0 -Dtests.slow=true -Dtests.badapples=true 
> -Dtests.locale=fr-BE -Dtests.timezone=Europe/Malta -Dtests.asserts=true 
> -Dtests.file.encoding=Cp1252
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

Reply via email to