Ignacio Vera created LUCENE-10310: ------------------------------------- Summary: 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
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