You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
REPRODUCE WITH: ./gradlew ':integTest' --tests "org.opensearch.geospatial.search.aggregations.bucket.geogrid.GeoHexAggregationIT.testGeoHexGridBucket" -Dtests.seed=9906CEDA8615A7A5 -Dtests.security.manager=false -Dtests.locale=mk -Dtests.timezone=Asia/Atyrau -Druntime.java=17
org.opensearch.geospatial.search.aggregations.bucket.geogrid.GeoHexAggregationIT > testGeoHexGridBucket FAILED
java.lang.IllegalStateException: Duplicate key POINT (180.0 0.0) (attempted merging values 847eb57ffffffff and 847eb57ffffffff)
at __randomizedtesting.SeedInfo.seed([9906CEDA8615A7A5:5BDBA61A9B340B0D]: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:711)
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:170)
at org.opensearch.geospatial.search.aggregations.bucket.geogrid.GeoHexAggregationIT.testGeoHexGridBucket(GeoHexAggregationIT.java:64)
What is the bug?
How can one reproduce the bug?
What is the expected behavior?
Pass the test
The text was updated successfully, but these errors were encountered: