opensearch-project / geospatial

Future home of Geospatial features for OpenSearch
Apache License 2.0
33 stars 34 forks source link

Fix flaky testGeoHexGridBucket #632

Closed ryanbogan closed 5 months ago

ryanbogan commented 6 months ago

Description

Temporarily changes the max precision to 14 instead of 15, since there is a bug that fails on 15

Issue created for bug: https://github.com/opensearch-project/geospatial/issues/629

Note: this change is already on branch 2.12, as it was merged before release of 2.12.0

Issues Resolved

https://github.com/opensearch-project/geospatial/issues/619

Check List

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. For more information on following Developer Certificate of Origin and signing off your commits, please check here.

codecov[bot] commented 6 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 89.00%. Comparing base (a7ed59a) to head (12eb7ab). Report is 4 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #632 +/- ## ============================================ + Coverage 88.96% 89.00% +0.03% - Complexity 765 766 +1 ============================================ Files 93 93 Lines 2746 2746 Branches 223 223 ============================================ + Hits 2443 2444 +1 Misses 221 221 + Partials 82 81 -1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

VijayanB commented 5 months ago

The test failure is not related.