You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by "Michael Sokolov (Jira)" <ji...@apache.org> on 2020/11/14 12:26:00 UTC

[jira] [Created] (LUCENE-9610) Fix failures of TestKnnGraph.testMerge

Michael Sokolov created LUCENE-9610:
---------------------------------------

             Summary: Fix failures of TestKnnGraph.testMerge
                 Key: LUCENE-9610
                 URL: https://issues.apache.org/jira/browse/LUCENE-9610
             Project: Lucene - Core
          Issue Type: Bug
            Reporter: Michael Sokolov


I saw three failures like those below rep[orted to the mailing list last night. The seeds do not reproduce for me, but there's clearly something up

FAILED:  org.apache.lucene.index.TestKnnGraph.testMerge

Error Message:
java.lang.AssertionError: Attempted to walk entire graph but only visited 255 expected:<257> but was:<255>

================================

FAILED:  org.apache.lucene.index.TestKnnGraph.testMerge

Error Message:
java.lang.AssertionError: Attempted to walk entire graph but only visited 104 expected:<105> but was:<104>

Stack Trace:
java.lang.AssertionError: Attempted to walk entire graph but only visited 104 expected:<105> but was:<104>
        at __randomizedtesting.SeedInfo.seed([F1E895FE123F786D:42494B1A1DE4CEF8]:0)

=====================

FAILED:  org.apache.lucene.index.TestKnnGraph.testMerge

Error Message:
java.lang.AssertionError: Attempted to walk entire graph but only visited 104 expected:<105> but was:<104>

Stack Trace:
java.lang.AssertionError: Attempted to walk entire graph but only visited 104 expected:<105> but was:<104>
        at __randomizedtesting.SeedInfo.seed([F1E895FE123F786D:42494B1A1DE4CEF8]:0)



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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