-
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] GeoHashGridIT.testGeoShapes failure #6222
Comments
Also just want to note that this test appears to take about 3 minutes to run when it passes. These things can really add up (as evidenced by the fact that gradle check currently takes about half an hour) so if possible it would be great to see if we can get the same coverage with a faster test runtime. |
I will look into that. I am aware of the test runtime. but the longer runtime doesn't happen everytime. As the test data is generated randomly this sometime leads to test running long time. Will look into this failure |
I am able to figure out the Root Cause of the Exception. I am currently working on it. Will raise PR soon. |
…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 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]>
See https://build.ci.opensearch.org/job/gradle-check/10743/consoleFull
/cc @navneet1v
The text was updated successfully, but these errors were encountered: