iverase opened a new issue, #14975:
URL: https://github.com/apache/lucene/issues/14975

   ### Description
   
   The test is failing with the following assertion error:
   
   ```
      >     java.lang.AssertionError: expected:<3> but was:<4>
      >         at 
__randomizedtesting.SeedInfo.seed([6FFB2750FC36CC8E:F3013CCA5598320D]:0)
      >         at junit@4.13.2/org.junit.Assert.fail(Assert.java:89)
      >         at junit@4.13.2/org.junit.Assert.failNotEquals(Assert.java:835)
      >         at junit@4.13.2/org.junit.Assert.assertEquals(Assert.java:647)
      >         at junit@4.13.2/org.junit.Assert.assertEquals(Assert.java:633)
      >         at 
org.apache.lucene.search.join.TestParentsChildrenBlockJoinQuery.testAdvance(TestParentsChildrenBlockJoinQuery.java:211)
      >         at 
java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
      >         at java.base/java.lang.reflect.Method.invoke(Method.java:565)
   
   ```
   
   git bisect points to this commit:
   
   ```
   81132d39a9a19e444078c2969a577403130312f2 is the first bad commit
   commit 81132d39a9a19e444078c2969a577403130312f2
   Author: Dawid Weiss <dawid.we...@carrotsearch.com>
   Date:   Mon Jul 14 07:40:02 2025 -0400
   
       Enable tests.haltonfailure (regression on main) (#14944)
       
       * Fix halt-on-failure to default to true.
       
       * Reword test option description a bit.
   
   ```
   
   ### Gradle command to reproduce
   
   ./gradlew test --tests TestParentsChildrenBlockJoinQuery.testAdvance 
-Dtests.seed=6FFB2750FC36CC8E


-- 
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

Reply via email to