Build: https://jenkins.thetaphi.de/job/Lucene-MMAPv2-Linux/5637/
Java: 64bit/hotspot/jdk-25.0.2 -XX:+UseCompressedOops -XX:+UseSerialGC

2 tests failed.
FAILED:  org.apache.lucene.util.hnsw.TestHnswByteVectorGraph.testBuildingJoinSet

Error Message:
java.lang.AssertionError: Join set size [107] is not less than graph size [107]

Stack Trace:
java.lang.AssertionError: Join set size [107] is not less than graph size [107]
        at 
__randomizedtesting.SeedInfo.seed([7AA39AA22F8C7550:13D7FDDC994A588B]:0)
        at org.junit.Assert.fail(Assert.java:89)
        at org.junit.Assert.assertTrue(Assert.java:42)
        at 
org.apache.lucene.util.hnsw.HnswGraphTestCase.testBuildingJoinSet(HnswGraphTestCase.java:610)
        at 
org.apache.lucene.util.hnsw.TestHnswByteVectorGraph.testBuildingJoinSet(TestHnswByteVectorGraph.java:35)


FAILED:  
org.apache.lucene.util.hnsw.TestHnswFloatVectorGraph.testBuildingJoinSet

Error Message:
java.lang.AssertionError: Join set size [107] is not less than graph size [107]

Stack Trace:
java.lang.AssertionError: Join set size [107] is not less than graph size [107]
        at 
__randomizedtesting.SeedInfo.seed([7AA39AA22F8C7550:13D7FDDC994A588B]:0)
        at org.junit.Assert.fail(Assert.java:89)
        at org.junit.Assert.assertTrue(Assert.java:42)
        at 
org.apache.lucene.util.hnsw.HnswGraphTestCase.testBuildingJoinSet(HnswGraphTestCase.java:610)
        at 
org.apache.lucene.util.hnsw.TestHnswFloatVectorGraph.testBuildingJoinSet(TestHnswFloatVectorGraph.java:39)

Reply via email to