You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by "Mayya Sharipova (Jira)" <ji...@apache.org> on 2021/02/03 21:39:00 UTC

[jira] [Created] (LUCENE-9731) Failure of TestKnnGraph.testMergeProducesSameGraph

Mayya Sharipova created LUCENE-9731:
---------------------------------------

             Summary: Failure of TestKnnGraph.testMergeProducesSameGraph
                 Key: LUCENE-9731
                 URL: https://issues.apache.org/jira/browse/LUCENE-9731
             Project: Lucene - Core
          Issue Type: Bug
            Reporter: Mayya Sharipova


cc [~sokolov]

These tests reproducibly fail on master: 

./gradlew test --tests TestKnnGraph.testMergeProducesSameGraph -Dtests.seed=BD29369DA0ADCCA8 -Dtests.slow=true -Dtests.badapples=true -Dtests.locale=ki -Dtests.timezone=Europe/Moscow -Dtests.asserts=true -Dtests.file.encoding=UTF-8

./gradlew :lucene:core:test --tests "org.apache.lucene.index.TestKnnGraph.testMergeProducesSameGraph" -Ptests.jvms=4 -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=BD29369DA0ADCCA8 -Ptests.file.encoding=ISO-8859-1



{code:bash}
16:13:13 org.apache.lucene.index.TestKnnGraph > testMergeProducesSameGraph FAILED
16:13:13     difference at ord=8: array lengths differed, expected.length=10 actual.length=9; arrays first differed at element [8]; expected:<54> but was:<56>
16:13:13         at __randomizedtesting.SeedInfo.seed([BD29369DA0ADCCA8:4B4CD6340C76C393]:0)
16:13:13         at org.junit.internal.ComparisonCriteria.arrayEquals(ComparisonCriteria.java:78)
16:13:13         at org.junit.internal.ComparisonCriteria.arrayEquals(ComparisonCriteria.java:28)
16:13:13         at org.junit.Assert.internalArrayEquals(Assert.java:534)
16:13:13         at org.junit.Assert.assertArrayEquals(Assert.java:418)
16:13:13         at org.apache.lucene.index.TestKnnGraph.assertGraphEquals(TestKnnGraph.java:152)
16:13:13         at org.apache.lucene.index.TestKnnGraph.testMergeProducesSameGraph(TestKnnGraph.java:146)
{code}




--
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