benwtrent opened a new issue, #13978: URL: https://github.com/apache/lucene/issues/13978
### Description Fails repeatably on current main. Didn't try other branches yet. ``` TestPostingsUtil > testIntegerOverflow FAILED java.lang.ArithmeticException: integer overflow at __randomizedtesting.SeedInfo.seed([118DF1D667E0B3C7:A472B2AD9A93BFD6]:0) at org.apache.lucene.util.GroupVIntUtil.toInt(GroupVIntUtil.java:224) at org.apache.lucene.util.GroupVIntUtil.writeGroupVInts(GroupVIntUtil.java:295) at org.apache.lucene.store.DataOutput.writeGroupVInts(DataOutput.java:356) at org.apache.lucene.codecs.lucene101.PostingsUtil.writeVIntBlock(PostingsUtil.java:64) at org.apache.lucene.codecs.lucene101.TestPostingsUtil.testIntegerOverflow(TestPostingsUtil.java:39) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(Ran ``` ### Gradle command to reproduce ``` ./gradlew test --tests TestPostingsUtil.testIntegerOverflow -Dtests.seed=118DF1D667E0B3C7 -Dtests.locale=khq-ML -Dtests.timezone=Etc/GMT+2 -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