rmuir opened a new issue, #14446:
URL: https://github.com/apache/lucene/issues/14446
### Description
I hit `ENOSPC` while testing the release candidate:
```
java.io.IOException: No space left on device
com.esotericsoftware.kryo.KryoException: java.io.IOException: No space left
on device
at com.esotericsoftware.kryo.io.Output.flush(Output.java:165)
at com.esotericsoftware.kryo.io.Output.require(Output.java:142)
at com.esotericsoftware.kryo.io.Output.writeBoolean(Output.java:613)
at
org.gradle.internal.serialize.kryo.KryoBackedEncoder.writeBoolean(KryoBackedEncoder.java:89)
at
org.gradle.api.internal.tasks.testing.junit.result.TestOutputStore$Writer.onOutput(TestOutputStore.java:107)
```
This test is eating up gigabytes of disk space which caused the condition.
I'd like to disable the test until it is corrected to have reasonable behavior.
The problem happens specifically in `testLarge` which wrote 2GBs to file
named `large-8192` in folder
`${tests.workDir}/lucene.internal.vectorization.TestVectorScorer_EDE0025C9940C85-001/testLarge-001`
before my OS returned error
### Version and environment details
_No response_
--
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]