easyice commented on PR #13303:
URL: https://github.com/apache/lucene/pull/13303#issuecomment-2056727178
This PR will also fix failure `TestDocumentsImpl.testNextTermDoc`
```
org.apache.lucene.luke.models.documents.TestDocumentsImpl > testNextTermDoc
FAILED
java.lang.AssertionError: expected:<4> but was:<3>
at
__randomizedtesting.SeedInfo.seed([14863184E4694773:1EBE0601981AC1B4]: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.testNextTermDoc(TestDocumentsImpl.java:206)
```
```
./gradlew test --tests TestDocumentsImpl.testNextTermDoc
-Dtests.seed=14863184E4694773 -Dtests.nightly=true
```
--
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]