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

   ### Description
   
   bisect shows 55ca9f76a06ba025a98cb297db52e21537c55d14 is the first bad commit
   
   ```
      >     java.lang.AssertionError: expected:<976> but was:<960>
      >         at 
__randomizedtesting.SeedInfo.seed([55680AD930225FC5:A7CB1899FA5D4093]:0)
      >         at org.junit.Assert.fail(Assert.java:89)
      >         at org.junit.Assert.failNotEquals(Assert.java:835)
      >         at org.junit.Assert.assertEquals(Assert.java:647)
      >         at org.junit.Assert.assertEquals(Assert.java:633)
      >         at 
org.apache.lucene.index.TestOrdinalMap.testRamBytesUsed(TestOrdinalMap.java:102)
      >         at 
java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
   ```
   
   ### Gradle command to reproduce
   
   ```
   ./gradlew :lucene:core:test --tests 
"org.apache.lucene.index.TestOrdinalMap.testRamBytesUsed"  
-Ptests.seed=55680AD930225FC5 -Ptests.nightly=true
   ```


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