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 org.opensearch.geospatial.search.aggregations.bucket.geogrid.GeoHexAggregationIT #685

Open
naveentatikonda opened this issue Sep 17, 2024 · 0 comments

Comments

@naveentatikonda
Copy link
Member

Test was flaky and was failing in 2.17 distribution build
https://ci.opensearch.org/ci/dbc/integ-test/2.17.0/10292/linux/x64/rpm/test-results/8678/integ-test/geospatial/with-security/stdout.txt

#672 (comment)

org.opensearch.geospatial.search.aggregations.bucket.geogrid.GeoHexAggregationIT > testGeoHexGridBucket FAILED
    java.lang.IllegalStateException: Duplicate key POINT (-180.0 -90.0) (attempted merging values 8bf29380e0d0fff and 8bf29380e0d0fff)
        at __randomizedtesting.SeedInfo.seed([51F5FA3FF149479C:932892FFEC68EB34]:0)
        at java.base/java.util.stream.Collectors.duplicateKeyException(Collectors.java:135)
        at java.base/java.util.stream.Collectors.lambda$uniqKeysMapAccumulator$1(Collectors.java:182)
        at java.base/java.util.stream.ReduceOps$3ReducingSink.accept(ReduceOps.java:169)
        at java.base/java.util.stream.IntPipeline$1$1.accept(IntPipeline.java:180)
        at java.base/java.util.stream.Streams$RangeIntSpliterator.forEachRemaining(Streams.java:104)
        at java.base/java.util.Spliterator$OfInt.forEachRemaining(Spliterator.java:712)
        at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509)
        at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)
        at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921)
        at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
        at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682)
        at org.opensearch.geospatial.search.aggregations.bucket.geogrid.GeoHexAggregationIT.generateRandomPointH3CellMap(GeoHexAggregationIT.java:173)
        at org.opensearch.geospatial.search.aggregations.bucket.geogrid.GeoHexAggregationIT.testGeoHexGridBucket(GeoHexAggregationIT.java:67)
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