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

Reproducible failure TestOrdinalMap.testRamBytesUsed #13372

Closed
easyice opened this issue May 15, 2024 · 0 comments · Fixed by #13421
Closed

Reproducible failure TestOrdinalMap.testRamBytesUsed #13372

easyice opened this issue May 15, 2024 · 0 comments · Fixed by #13421

Comments

@easyice
Copy link
Contributor

easyice commented May 15, 2024

Description

bisect shows 55ca9f7 is the first bad commit

   >     java.lang.AssertionError: expected:<976> but was:<960>
   >         at __randomizedtesting.SeedInfo.seed([55680AD930225FC5:A7CB1899FA5D4093]:0)
   >         at org.junit.Assert.fail(Assert.java:89)
   >         at org.junit.Assert.failNotEquals(Assert.java:835)
   >         at org.junit.Assert.assertEquals(Assert.java:647)
   >         at org.junit.Assert.assertEquals(Assert.java:633)
   >         at org.apache.lucene.index.TestOrdinalMap.testRamBytesUsed(TestOrdinalMap.java:102)
   >         at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)

Gradle command to reproduce

./gradlew :lucene:core:test --tests "org.apache.lucene.index.TestOrdinalMap.testRamBytesUsed"  -Ptests.seed=55680AD930225FC5 -Ptests.nightly=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