You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by "Greg Miller (Jira)" <ji...@apache.org> on 2022/04/29 17:08:00 UTC

[jira] [Resolved] (LUCENE-10530) TestTaxonomyFacetAssociations test failure

     [ https://issues.apache.org/jira/browse/LUCENE-10530?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Greg Miller resolved LUCENE-10530.
----------------------------------
    Fix Version/s: 10.0 (main)
                   9.2
       Resolution: Fixed

> TestTaxonomyFacetAssociations test failure
> ------------------------------------------
>
>                 Key: LUCENE-10530
>                 URL: https://issues.apache.org/jira/browse/LUCENE-10530
>             Project: Lucene - Core
>          Issue Type: Bug
>            Reporter: Vigya Sharma
>            Priority: Major
>             Fix For: 10.0 (main), 9.2
>
>          Time Spent: 2h 20m
>  Remaining Estimate: 0h
>
> TestTaxonomyFacetAssociations.testFloatAssociationRandom seems to have some flakiness, it fails on the following random seed.
> {code:java}
> ./gradlew test --tests TestTaxonomyFacetAssociations.testFloatAssociationRandom \ 
> -Dtests.seed=4DFBA8209AC82EB2 -Dtests.slow=true -Dtests.locale=fr-VU \
> -Dtests.timezone=Europe/Athens -Dtests.asserts=true -Dtests.file.encoding=UTF-8 {code}
> This is because of a mismatch in (SUM) aggregated multi-valued, {{float_random}} facet field. We accept an error delta of 1 in this aggregation, but for the failing random seed, the delta is 1.3. Maybe we should change this delta to 1.5?
> My hunch is that it is some floating point approximation error. I'm unable to repro it without the randomization seed.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)

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