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

   ### Description
   
   Failed on 9.x nightly build here: 
https://ci-builds.apache.org/job/Lucene/job/Lucene-NightlyTests-9.x/338/console
   
   ```
   org.apache.lucene.util.TestLongBitSet > testHugeCapacity FAILED
       java.lang.OutOfMemoryError: Java heap space
           at 
__randomizedtesting.SeedInfo.seed([3466B8953374BF0A:4E26F26EDA84990E]:0)
           at org.apache.lucene.util.ArrayUtil.growExact(ArrayUtil.java:364)
           at org.apache.lucene.util.ArrayUtil.grow(ArrayUtil.java:376)
           at 
org.apache.lucene.util.LongBitSet.ensureCapacity(LongBitSet.java:53)
           at 
org.apache.lucene.util.TestLongBitSet.testHugeCapacity(TestLongBitSet.java:362)
   ```
   
   
   ### Gradle command to reproduce
   
   ```
   2> NOTE: reproduce with: gradlew test --tests 
TestLongBitSet.testHugeCapacity -Dtests.seed=3466B8953374BF0A 
-Dtests.multiplier=2 -Dtests.nightly=true 
-Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-NightlyTests-9.x/test-data/enwiki.random.lines.txt
 -Dtests.locale=prg-001 -Dtests.timezone=America/Inuvik -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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to