romseygeek opened a new issue, #15466:
URL: https://github.com/apache/lucene/issues/15466
### Description
Failure occurs on both main and branch_10x
```
org.apache.lucene.index.TestDirectoryReader > test suite's output saved to
/Users/romseygeek/projects/lucene/lucene/core/build/test-results/test/outputs/OUTPUT-org.apache.lucene.index.TestDirectoryReader.txt,
copied below:
2> Dec 02, 2025 11:53:52 AM
org.apache.lucene.internal.vectorization.VectorizationProvider lookup
2> WARNING: Vector bitsize enforcement; using default vectorization
provider outside of testMode
> java.lang.RuntimeException: MockDirectoryWrapper: cannot close:
there are still 1 open files: {_4.cfs=1}
> at
__randomizedtesting.SeedInfo.seed([DA309CFBAA3E12BA:66178AEB9D4FFEDB]:0)
> at
org.apache.lucene.tests.store.MockDirectoryWrapper.close(MockDirectoryWrapper.java:884)
```
The test was added by #15428
### Gradle command to reproduce
```
./gradlew test --tests TestDirectoryReader.testExecutorServicePartialFailure
-Dtests.seed=DA309CFBAA3E12BA -Dtests.locale=cs-CZ
-Dtests.timezone=Africa/Brazzaville -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]