Skip to content

[ci] GeoHashTests.testLongGeohashes #32857

@andyb-elastic

Description

@andyb-elastic

On 6.3, reproduces locally on master, 6.x, and 6.3

https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+6.3+multijob-darwin-compatibility/10/console

build-10.txt

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 shapes>test-failureTriaged test failures from CI

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions