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

   ### Description
   
   I have seen this fail in periodic CI builds and on some PR builds.
   
   ```
   TestForTooMuchCloning > test FAILED
   --
     | java.lang.AssertionError: too many calls to IndexInput.clone during 
merging: 519
     | at 
__randomizedtesting.SeedInfo.seed([274680B90E738EFA:AF12BF63A08FE302]:0)
     | at org.junit.Assert.fail(Assert.java:89)
     | at org.junit.Assert.assertTrue(Assert.java:42)
     | at 
org.apache.lucene.index.TestForTooMuchCloning.test(TestForTooMuchCloning.java:63)
     | at 
java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
     | at java.base/java.lang.reflect.Method.invoke(Method.java:580)
   
   ```
   
   Or:
   
   ```
   TestForTooMuchCloning > test FAILED
       java.lang.AssertionError: too many calls to IndexInput.clone during 
merging: 503
           at 
__randomizedtesting.SeedInfo.seed([FB5D79942E80A9F0:7309464E807CC408]:0)
           at org.junit.Assert.fail(Assert.java:89)
           at org.junit.Assert.assertTrue(Assert.java:42)
           at 
org.apache.lucene.index.TestForTooMuchCloning.test(TestForTooMuchCloning.java:63)
   ```
   
   ### Gradle command to reproduce
   
   ```
   ./gradlew test --tests TestForTooMuchCloning.test 
-Dtests.seed=FB5D79942E80A9F0 -Dtests.locale=sl-Latn-SI 
-Dtests.timezone=America/Mexico_City -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

Reply via email to