easyice opened a new issue, #13130:
URL: https://github.com/apache/lucene/issues/13130
### Description
```
org.apache.lucene.luke.models.documents.TestDocumentsImpl > testFirstTermDoc
FAILED
java.lang.AssertionError: expected:<1> but was:<0>
at
__randomizedtesting.SeedInfo.seed([2BA7909ED992C491:C7DF875CDF5684FE]:0)
at [email protected]/org.junit.Assert.fail(Assert.java:89)
at [email protected]/org.junit.Assert.failNotEquals(Assert.java:835)
at [email protected]/org.junit.Assert.assertEquals(Assert.java:647)
at [email protected]/org.junit.Assert.assertEquals(Assert.java:633)
at
org.apache.lucene.luke.models.documents.TestDocumentsImpl.testFirstTermDoc(TestDocumentsImpl.java:190)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
```
```
./gradlew test --tests TestDocumentsImpl.testFirstTermDoc
-Dtests.seed=2BA7909ED992C491 -Dtests.nightly=true
```
### 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]