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

   ### Description
   
   The failure looks related to PR: https://github.com/apache/lucene/pull/12549
   ```
      >     java.lang.AssertionError
      >         at 
__randomizedtesting.SeedInfo.seed([35A934187ED84C8:25118E30AE9A3838]:0)
      >         at org.junit.Assert.fail(Assert.java:87)
      >         at org.junit.Assert.assertTrue(Assert.java:42)
      >         at org.junit.Assert.assertFalse(Assert.java:65)
      >         at org.junit.Assert.assertFalse(Assert.java:75)
      >         at 
org.apache.lucene.index.TestIndexWriter.testHasUncommittedChanges(TestIndexWriter.java:2404)
      >         at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      >         at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
      >         at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
      >         at java.base/java.lang.reflect.Method.invoke(Method.java:568)
   ```
   
   ### Gradle command to reproduce
   
   gradlew :lucene:core:test --tests 
"org.apache.lucene.index.TestIndexWriter.testHasUncommittedChanges" 
-Ptests.jvms=1 -Ptests.jvmargs= -Ptests.seed=35A934187ED84C8 -Ptests.gui=true 
-Ptests.file.encoding=UTF-8 -Ptests.vectorsize=512


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