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.testQuantizedIndex failing #14110

Closed
benwtrent opened this issue Jan 7, 2025 · 2 comments
Closed

TestBpVectorReorderer.testQuantizedIndex failing #14110

benwtrent opened this issue Jan 7, 2025 · 2 comments

Comments

@benwtrent
Copy link
Member

Description

brand new test, I am guessing some weird edge case. Just saw it fail a periodic build.

Trace:


TestBpVectorReorderer > testQuantizedIndex FAILED
--
  | java.lang.AssertionError: out of order at 12
  | at __randomizedtesting.SeedInfo.seed([FB1FE69326C2A56C:4121325475B66134]:0)
  | at [email protected]/org.junit.Assert.fail(Assert.java:89)
  | at [email protected]/org.junit.Assert.assertTrue(Assert.java:42)
  | at org.apache.lucene.misc.index.TestBpVectorReorderer.verifyEuclideanLinear(TestBpVectorReorderer.java:255)
  | at org.apache.lucene.misc.index.TestBpVectorReorderer.doTestQuantizedIndex(TestBpVectorReorderer.java:196)
  | at org.apache.lucene.misc.index.TestBpVectorReorderer.testQuantizedIndex(TestBpVectorReorderer.java:135)
  | at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
  | at java.base/java.lang.reflect.Method.invoke(Method.java:580)
  | at [email protected]/com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1758)
  | at [email protected]/com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:946)
  | at [email protected]/com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:982)
  | at [email protected]/com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:996)
  | at [email protected]/org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:48)
  | at [email protected]/org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
  | at [email protected]/org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45)
  | at [email protected]/org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60)
  | at [email protected]/org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44)
  | at [email protected]/org.junit.rules.RunRules.evaluate(RunRules.java:20)


Gradle command to reproduce

./gradlew :lucene:misc:test --tests "org.apache.lucene.misc.index.TestBpVectorReorderer.testQuantizedIndex" -Ptests.jvms=12 -Ptests.jvmargs= -Ptests.seed=FB1FE69326C2A56C -Ptests.gui=true -Ptests.file.encoding=US-ASCII -Ptests.vectorsize=default -Ptests.forceintegervectors=false
@msokolov
Copy link
Contributor

msokolov commented Jan 7, 2025

Thanks, this reproduces for me ... I'll take a look tomorrow if nobody else does

@msokolov
Copy link
Contributor

msokolov commented Jan 9, 2025

fixed by #14117

@msokolov msokolov closed this as completed Jan 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants