-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Closed
Labels
:Analytics/GeoIndexing, search aggregations of geo points and shapesIndexing, search aggregations of geo points and shapes>test-failureTriaged test failures from CITriaged test failures from CI
Description
On 6.3, reproduces locally on master, 6.x, and 6.3
REPRODUCE WITH: ./gradlew :server:test -Dtests.seed=374A7BA09818B6B7 -Dtests.class=org.elasticsearch.common.geo.GeoHashTests -Dtests.method="testLongGeohashes" -Dtests.security.manager=true -Dtests.locale=zh -Dtests.timezone=America/Blanc-Sablon
FAILURE 0.50s | GeoHashTests.testLongGeohashes <<< FAILURES!
> Throwable #1: java.lang.AssertionError > at __randomizedtesting.SeedInfo.seed([374A7BA09818B6B7:CBDB8FEE13D34FDD]:0)
> at org.apache.lucene.geo.Rectangle.<init>(Rectangle.java:61)
> at org.elasticsearch.common.geo.GeoHashUtils.bbox(GeoHashUtils.java:220)
> at org.elasticsearch.common.geo.GeoHashTests.testLongGeohashes(GeoHashTests.java:95)
> at java.lang.Thread.run(Thread.java:748)
Looks like its trying to construct a rectangle with a swapped high/low latitude https://github.com/apache/lucene-solr/blob/releases/lucene-solr/7.3.1/lucene/core/src/java/org/apache/lucene/geo/Rectangle.java#L61
Metadata
Metadata
Assignees
Labels
:Analytics/GeoIndexing, search aggregations of geo points and shapesIndexing, search aggregations of geo points and shapes>test-failureTriaged test failures from CITriaged test failures from CI