easyice opened a new issue, #13129:
URL: https://github.com/apache/lucene/issues/13129
### Description
bisect shows df6bd25ce44ead0b38cffca6ef9bc3a9ce63dbea is the first bad
commit.
```
org.apache.lucene.codecs.lucene90.TestLucene90FieldInfosFormat > testRandom
FAILED
java.lang.IllegalArgumentException: parent document and soft-deletes
field can't be the same field ""
at
__randomizedtesting.SeedInfo.seed([E9414A90E55BE2D:7CD831A6BF35085E]:0)
at
org.apache.lucene.index.FieldInfos$FieldNumbers.<init>(FieldInfos.java:402)
at
org.apache.lucene.index.IndexWriter$5$1.<init>(IndexWriter.java:6626)
at
org.apache.lucene.index.IndexWriter$5.newFieldInfosBuilder(IndexWriter.java:6625)
at
org.apache.lucene.tests.index.BaseFieldInfoFormatTestCase.testRandom(BaseFieldInfoFormatTestCase.java:281)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
```
```
./gradlew test --tests TestLucene90FieldInfosFormat.testRandom
-Dtests.seed=E9414A90E55BE2D -Dtests.nightly=true -Dtests.locale=da
-Dtests.timezone=Japan -Dtests.asserts=true -Dtests.file.encoding=UTF-8
```
### Gradle command to reproduce
_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]