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 junit@4.13.1/org.junit.Assert.fail(Assert.java:89) at junit@4.13.1/org.junit.Assert.failNotEquals(Assert.java:835) at junit@4.13.1/org.junit.Assert.assertEquals(Assert.java:647) at junit@4.13.1/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: issues-unsubscr...@lucene.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org