You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by "Tomoko Uchida (Jira)" <ji...@apache.org> on 2022/02/27 11:51:00 UTC

[jira] [Created] (LUCENE-10445) Reproducible assertion failure in o.a.l.luke.models.documents.TestDocumentsImpl.testNextTermDoc

Tomoko Uchida created LUCENE-10445:
--------------------------------------

             Summary: Reproducible assertion failure in o.a.l.luke.models.documents.TestDocumentsImpl.testNextTermDoc
                 Key: LUCENE-10445
                 URL: https://issues.apache.org/jira/browse/LUCENE-10445
             Project: Lucene - Core
          Issue Type: Bug
          Components: modules/luke
            Reporter: Tomoko Uchida


Command
{code}
gradlew :lucene:luke:test --tests "org.apache.lucene.luke.models.documents.TestDocumentsImpl.testNextTermDoc" -Ptests.seed=64C33B756A050564 -Ptests.multiplier=2 -Ptests.nightly=true
{code}

Stacktrace
{code}
org.apache.lucene.luke.models.documents.TestDocumentsImpl > testNextTermDoc FAILED
    java.lang.AssertionError: expected:<4> but was:<2>
        at __randomizedtesting.SeedInfo.seed([64C33B756A050564:6EFB0CF0167683A3]: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:207)

{code}

 



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org