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 in TestRandomSpatialOpFuzzyPrefixTree50.testContains #13305

Open
easyice opened this issue Apr 15, 2024 · 0 comments
Open

Comments

@easyice
Copy link
Contributor

easyice commented Apr 15, 2024

Description

org.apache.lucene.spatial.prefix.TestRandomSpatialOpFuzzyPrefixTree50 > testContains {seed=[D8D9377B6829FC6:8722AB73973A7961]} FAILED
    java.lang.AssertionError: Should have matched I#1:ShapePair(Rect(minX=169.0,maxX=180.0,minY=-90.0,maxY=90.0) , Rect(minX=-180.0,maxX=-136.0,minY=6.0,maxY=27.0)) Q:Rect(minX=-180.0,maxX=177.0,minY=14.0,maxY=23.0)
        at __randomizedtesting.SeedInfo.seed([D8D9377B6829FC6:8722AB73973A7961]:0)
        at junit@4.13.1/org.junit.Assert.fail(Assert.java:89)
        at org.apache.lucene.spatial.prefix.TestRandomSpatialOpFuzzyPrefixTree.fail(TestRandomSpatialOpFuzzyPrefixTree.java:450)
        at org.apache.lucene.spatial.prefix.TestRandomSpatialOpFuzzyPrefixTree.doTest(TestRandomSpatialOpFuzzyPrefixTree.java:432)
        at org.apache.lucene.spatial.prefix.TestRandomSpatialOpFuzzyPrefixTree.testContains(TestRandomSpatialOpFuzzyPrefixTree.java:150)
        at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
./gradlew test --tests TestRandomSpatialOpFuzzyPrefixTree50.testContains -Dtests.seed=D8D9377B6829FC6 -Dtests.nightly=true

Gradle command to reproduce

No response

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

1 participant