Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TestBpVectorReorderer.testIndexReorderDense failure in CI #14143

Closed
benwtrent opened this issue Jan 15, 2025 · 0 comments · Fixed by #14153
Closed

TestBpVectorReorderer.testIndexReorderDense failure in CI #14143

benwtrent opened this issue Jan 15, 2025 · 0 comments · Fixed by #14153

Comments

@benwtrent
Copy link
Member

Description

Failed on github CI build: https://github.com/apache/lucene/actions/runs/12790066668/job/35654980548

TestBpVectorReorderer > testIndexReorderDense FAILED
    java.lang.AssertionError: expected:<38> but was:<0>
        at __randomizedtesting.SeedInfo.seed([C846D59E29741EFB:5EBA0178E949157D]:0)
        at [email protected]/org.junit.Assert.fail(Assert.java:89)
        at [email protected]/org.junit.Assert.failNotEquals(Assert.java:835)
        at [email protected]/org.junit.Assert.assertEquals(Assert.java:647)
        at [email protected]/org.junit.Assert.assertEquals(Assert.java:633)
        at org.apache.lucene.misc.index.TestBpVectorReorderer.testIndexReorderDense(TestBpVectorReorderer.java:359)
        at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
        at java.base/java.lang.reflect.Method.invoke(Method.java:580)

Gradle command to reproduce

./gradlew :lucene:misc:test --tests "org.apache.lucene.misc.index.TestBpVectorReorderer.testIndexReorderDense" -Ptests.jvms=2 -Ptests.jvmargs= -Ptests.seed=C846D59E29741EFB -Ptests.gui=true -Ptests.file.encoding=UTF-8 -Ptests.vectorsize=512 -Ptests.forceintegervectors=true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant