[ https://issues.apache.org/jira/browse/LUCENE-10529?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17528504#comment-17528504 ]
Greg Miller commented on LUCENE-10529: -------------------------------------- Just pushed a fix for the NPE (rare random case where no docs get indexed for a dim in the test case was handled incorrectly). For some reason I'm not able to repro the the original reported floating point precision issue but I am able to reproduce with the seed in LUCENE-10530. I'll work on a fix for that tomorrow. Thanks for reporting and apologies for the random test failures. > TestTaxonomyFacetAssociations may have floating point issues > ------------------------------------------------------------ > > Key: LUCENE-10529 > URL: https://issues.apache.org/jira/browse/LUCENE-10529 > Project: Lucene - Core > Issue Type: Task > Reporter: Robert Muir > Priority: Major > > Hit this in a jenkins CI build while testing something else: > {noformat} > gradlew test --tests TestTaxonomyFacetAssociations.testFloatAssociationRandom > -Dtests.seed=B39C450F4870F7F1 -Dtests.locale=ar-IQ > -Dtests.timezone=America/Rankin_Inlet -Dtests.asserts=true > -Dtests.file.encoding=UTF-8 > ... > org.apache.lucene.facet.taxonomy.TestTaxonomyFacetAssociations > > testFloatAssociationRandom FAILED > java.lang.AssertionError: expected:<2605996.5> but was:<2605995.2> > {noformat} -- This message was sent by Atlassian Jira (v8.20.7#820007) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org