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

ASF subversion and git services commented on LUCENE-10310:
----------------------------------------------------------

Commit 5ba87f9efa8f262070bf3b46dda9263570f62b61 in lucene's branch 
refs/heads/branch_9x from Ignacio Vera
[ https://gitbox.apache.org/repos/asf?p=lucene.git;h=5ba87f9 ]

LUCENE-10310: Fix test error in TestXYDocValuesQueries#testRandomDistanceHuge 
(#537)

We create random circles using ShapeTestUtils which is safe.

> CI error in TestXYDocValuesQueries#testRandomDistanceHuge
> ---------------------------------------------------------
>
>                 Key: LUCENE-10310
>                 URL: https://issues.apache.org/jira/browse/LUCENE-10310
>             Project: Lucene - Core
>          Issue Type: Test
>            Reporter: Ignacio Vera
>            Priority: Trivial
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> Reproducible error in:
>  
> ./gradlew :lucene:core:test --tests 
> "org.apache.lucene.search.TestXYDocValuesQueries.testRandomDistanceHuge" 
> -Ptests.jvms=4 -Ptests.jvmargs=-XX:TieredStopAtLevel=1 
> -Ptests.seed=1491381ABA418A11 -Ptests.nightly=true 
> -Ptests.file.encoding=ISO-8859-1 
> Error is:
>  
> org.apache.lucene.search.TestXYDocValuesQueries > testRandomDistanceHuge 
> FAILED
> java.lang.IllegalArgumentException: radius must be bigger than 0, got 0.0
>  
> It seems the test can produce circles with radius 0 which is not allowed, I 
> push a fix shortly.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

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

Reply via email to