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

[BUG] Flaky Test failure GeoTileGridIT.testGeoShapes #6054

Closed
mch2 opened this issue Jan 27, 2023 · 2 comments
Closed

[BUG] Flaky Test failure GeoTileGridIT.testGeoShapes #6054

mch2 opened this issue Jan 27, 2023 · 2 comments
Labels
bug Something isn't working flaky-test Random test failure that succeeds on second run untriaged

Comments

@mch2
Copy link
Member

mch2 commented Jan 27, 2023

REPRODUCE WITH: ./gradlew ':modules:geo:internalClusterTest' --tests "org.opensearch.geo.search.aggregations.bucket.GeoTileGridIT.testGeoShapes" -Dtests.seed=DCE20E20A42AFD34 -Dtests.security.manager=true -Dtests.jvm.argline="-XX:TieredStopAtLevel=1 -XX:ReservedCodeCacheSize=64m" -Dtests.locale=und -Dtests.timezone=America/Yakutat -Druntime.java=19

org.opensearch.geo.search.aggregations.bucket.GeoTileGridIT > testGeoShapes FAILED
    java.lang.AssertionError: Geotile 3/7/4 has wrong doc count  expected:<46> but was:<1>
        at __randomizedtesting.SeedInfo.seed([DCE20E20A42AFD34:365FB6EF2B56AE29]: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.opensearch.geo.search.aggregations.bucket.GeoTileGridIT.testGeoShapes(GeoTileGridIT.java:78)

https://build.ci.opensearch.org/job/gradle-check/10078/consoleFull
#5898 (comment)

@mch2 mch2 added bug Something isn't working untriaged flaky-test Random test failure that succeeds on second run labels Jan 27, 2023
@mch2
Copy link
Member Author

mch2 commented Jan 30, 2023

@minalsha
Copy link
Contributor

Issue moved to opensearch-project/geospatial #212 via Zenhub

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working flaky-test Random test failure that succeeds on second run untriaged
Projects
None yet
Development

No branches or pull requests

4 participants