-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
[BUG] GeoTileGridIT.testGeoShapes failure #6187
Comments
Did you pull in the latest change? We have recently fixed this flaky tests |
See the build log, but it was built against this commit, which includes some recent changes to that test. |
Let me check again. We recently fixed the tests again. |
@navneet1v The change from #6120 was present in the failed build above. I also opened #6222 for a test failure in GeoHashGridIT that had the change from #6120 as well. |
Facing build failures on PR builds - https://build.ci.opensearch.org/job/gradle-check/10797/#showFailuresLink. Let's mute these until fixed? |
I am doing the final tests. The PR will be out soon. |
…es GeoHash and GeoTile Aggregations Integration tests to make them more robust. Signed-off-by: Navneet Verma <[email protected]>
@ashking94 PR is out. #6242 |
…es GeoHash and GeoTile Aggregations Integration tests to make them more robust. Signed-off-by: Navneet Verma <[email protected]>
…es GeoHash and GeoTile Aggregations Integration tests. Changes done: * Fixed the ArrayIndexOutOfBoundsException. * Reduced the precision for GeoShapes Aggregation IT testing. Signed-off-by: Navneet Verma <[email protected]>
…es GeoHash and GeoTile Aggregations Integration tests. Changes done: * Fixed the ArrayIndexOutOfBoundsException. * Reduced the precision for GeoShapes Aggregation IT testing. Signed-off-by: Navneet Verma <[email protected]>
…Integration tests. (#6242) Changes done: * Fixed the ArrayIndexOutOfBoundsException. * Reduced the precision for GeoShapes Aggregation IT testing. Signed-off-by: Navneet Verma <[email protected]>
The PR is merged. Resolving the issue. |
…es GeoHash and GeoTile Aggregations Integration tests. (opensearch-project#6242) Changes done: * Fixed the ArrayIndexOutOfBoundsException. * Reduced the precision for GeoShapes Aggregation IT testing. Signed-off-by: Navneet Verma <[email protected]>
* Add GeoTile and GeoHash Grid aggregations on GeoShapes. (#5589) Src files for GeoTile and GeoHash Aggregations on GeoShape with integration tests. Signed-off-by: Navneet Verma <[email protected]> * [opensearch-project/geospatial#212] Fixing the IT for GeoTilesAggrega… (#6120) Fixing the IT for GeoTilesAggregation. Signed-off-by: Navneet Verma <[email protected]> * [#6187, #6222] Fixing the GeoShapes GeoHash and GeoTile Aggregations Integration tests. (#6242) Changes done: * Fixed the ArrayIndexOutOfBoundsException. * Reduced the precision for GeoShapes Aggregation IT testing. Signed-off-by: Navneet Verma <[email protected]> * [#7101] Fixing the GeoTileIT#testMultivaluedGeoPointsAggregation test case. (#7166) The issue was happening because we encode the GeoPoint as long and error comes in the precision due to that encoding. The error was not taken care while generating the exepected tiles count for execpected output. Signed-off-by: Navneet Verma <[email protected]> --------- Signed-off-by: Navneet Verma <[email protected]> Signed-off-by: Heemin Kim <[email protected]> Co-authored-by: Navneet Verma <[email protected]>
Seems to be reproducible:
https://build.ci.opensearch.org/job/gradle-check/10625/consoleFull
/cc @navneet1v
The text was updated successfully, but these errors were encountered: