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

Robert Muir commented on LUCENE-9913:
-------------------------------------

[~julietibs] I haven't dug into this test/failure yet, but it might be due to 
LUCENE-9827 merge compression changes to stored fields & vectors. 

The maxChunkSize parameter passed to the compression is now used as part of the 
decision about whether or not recompression happens at merge, and it wasn't 
used here before. So perhaps it confuses tests depending on various parameters.

> TestCompressingTermVectorsFormat.testMergeStability can fail assertion
> ----------------------------------------------------------------------
>
>                 Key: LUCENE-9913
>                 URL: https://issues.apache.org/jira/browse/LUCENE-9913
>             Project: Lucene - Core
>          Issue Type: Test
>            Reporter: Julie Tibshirani
>            Priority: Major
>
> This reproduces for me on {{main}}:
> {code:java}
> ./gradlew test --tests TestCompressingTermVectorsFormat.testMergeStability \
>   -Dtests.seed=502C0E17C8769082 -Dtests.nightly=true \
>   -Dtests.slow=true -Dtests.badapples=true -Dtests.locale=gd-GB \
>   -Dtests.timezone=Africa/Accra -Dtests.asserts=true \
>   -Dtests.file.encoding=UTF-8
> {code}
> Failure excerpt:
> {code:java}
>  >     java.lang.AssertionError: expected:<{tvd=33526, fnm=698, nvm=283, 
> tvm=164, tmd=826, fdm=158, pos=10508, fdt=1121, tvx=339, doc=13302, 
> tim=22354, tip=101, fdx=202, nvd=18983}> but was:<{tvd=33526, fnm=698, 
> nvm=283, tvm=163, tmd=826, fdm=157, pos=10508, fdt=1121, tvx=339, doc=13302, 
> tim=22354, tip=101, fdx=202, nvd=18983}>
>    >         at 
> __randomizedtesting.SeedInfo.seed([502C0E17C8769082:24604838C59C9234]:0)
>    >         at org.junit.Assert.fail(Assert.java:89)
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

Reply via email to