benwtrent opened a new issue, #14948: URL: https://github.com/apache/lucene/issues/14948
### Description It doesn't fail locally, but it seems like a simple error delta fix on floating point comparisons: ``` TestLateInteractionRescorer > testBasic FAILED java.lang.AssertionError: expected:<203.26992797851562> but was:<203.26991271972656> at __randomizedtesting.SeedInfo.seed([38C51CBE82BFB061:933F01AB5D63364F]:0) at org.junit.Assert.fail(Assert.java:89) at org.junit.Assert.failNotEquals(Assert.java:835) at org.junit.Assert.assertEquals(Assert.java:555) at org.junit.Assert.assertEquals(Assert.java:685) at org.apache.lucene.search.TestLateInteractionRescorer.testBasic(TestLateInteractionRescorer.java:80) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104) ``` ### Gradle command to reproduce ``` ./gradlew test --tests TestLateInteractionRescorer.testBasic -Dtests.seed=38C51CBE82BFB061 -Dtests.locale=kn-IN -Dtests.timezone=Pacific/Pago_Pago -Dtests.asserts=true -Dtests.file.encoding=UTF-8 ``` -- 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.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