javanna commented on PR #13697:
URL: https://github.com/apache/lucene/pull/13697#issuecomment-2352173213

   There's a couple of recent test failures, in main as well as 9x, that may 
have to do with this change, judging from the area that it touches:
   
   ```
   FAILED:  
org.apache.lucene.search.join.TestBlockJoinBulkScorer.testSetMinCompetitiveScoreWithScoreModeMax
   
   Error Message:
   java.lang.AssertionError: expected:<{16=5.0, 10=10.0, 2=6.0}> but 
was:<{2=6.0, 10=10.0}>
   
   Stack Trace:
   java.lang.AssertionError: expected:<{16=5.0, 10=10.0, 2=6.0}> but 
was:<{2=6.0, 10=10.0}>
           at 
__randomizedtesting.SeedInfo.seed([8531AA8A82E0A86C:D0DE9F82717ED75C]:0)
           at app/[email protected]/org.junit.Assert.fail(Assert.java:89)
           at app/[email protected]/org.junit.Assert.failNotEquals(Assert.java:835)
           at app/[email protected]/org.junit.Assert.assertEquals(Assert.java:120)
           at app/[email protected]/org.junit.Assert.assertEquals(Assert.java:146)
           at 
app//org.apache.lucene.search.join.TestBlockJoinBulkScorer.assertScores(TestBlockJoinBulkScorer.java:301)
           at 
app//org.apache.lucene.search.join.TestBlockJoinBulkScorer.testSetMinCompetitiveScoreWithScoreModeMax(TestBlockJoinBulkScorer.java:397)
   ```


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to