-
Notifications
You must be signed in to change notification settings - Fork 36
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
Fix flaky testGeoHexGridBucket #632
Conversation
Signed-off-by: Ryan Bogan <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ 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 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thanks
The test failure is not related. |
Signed-off-by: Ryan Bogan <[email protected]> (cherry picked from commit ab578ae)
Signed-off-by: Ryan Bogan <[email protected]> (cherry picked from commit ab578ae)
Signed-off-by: Ryan Bogan <[email protected]> (cherry picked from commit ab578ae) Co-authored-by: Ryan Bogan <[email protected]>
Signed-off-by: Ryan Bogan <[email protected]> (cherry picked from commit ab578ae) Co-authored-by: Ryan Bogan <[email protected]>
Description
Temporarily changes the max precision to 14 instead of 15, since there is a bug that fails on 15
Issue created for bug: #629
Note: this change is already on branch 2.12, as it was merged before release of 2.12.0
Issues Resolved
#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.