rmuir commented on PR #14704: URL: https://github.com/apache/lucene/pull/14704#issuecomment-2905412399
before adding more complexity to scores can we resolve the current problem with scoring in jenkins? https://jenkins.thetaphi.de/job/Lucene-MMAPv2-Linux/3326/ ``` java.lang.AssertionError: Doc 1 scores don't match TopDocs totalHits=6 hits top=6 0) doc=1 score=1.8358624 1) doc=4 score=1.8358624 2) doc=7 score=1.8358624 3) doc=3 score=1.7754854 4) doc=0 score=1.6846089 5) doc=6 score=0.67934644 TopDocs totalHits=4 hits top=4 0) doc=1 score=1.8358622 1) doc=4 score=1.8358622 2) doc=7 score=1.8358622 3) doc=3 score=1.7754854 for query:(data:5 data:5 data:5 data:6 +data:6 data:Z data:X -data:1)~2 expected:<1.8358622> but was:<1.8358624> ... NOTE: reproduce with: gradlew test --tests TestBooleanMinShouldMatch.testRandomQueries -Dtests.seed=E2469ED1547BF96C -Dtests.multiplier=3 -Dtests.directory=MMapDirectory -Dtests.locale=tok-001 -Dtests.timezone=Asia/Kuching -Dtests.asserts=true -Dtests.file.encoding=UTF-8 ``` This failure has only surfaced recently, so I think it would be good to avoid stacking more changes to scoring on top of it. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org