[ 
https://issues.apache.org/jira/browse/LUCENE-9610?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17232007#comment-17232007
 ] 

Michael Sokolov commented on LUCENE-9610:
-----------------------------------------

Ah, but does repro with the full command:

gradlew test --tests TestKnnGraph.testMerge -Dtests.seed=25D36CF27DC4CAED 
-Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true 
-Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-master/test-data/enwiki.random.lines.txt
 -Dtests.locale=fr-DZ -Dtests.timezone=Pacific/Yap -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8

> 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
>            Priority: Major
>
> 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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to