lucene
lucene copied to clipboard
Reproducible test failure in TestLucene90FieldInfosFormat.testRandom
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