-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Improving the IT test for the GeoTile and Geohash aggregations on GeoShape for Bounded use case. #6251
Copy link
Copy link
Closed
Labels
Description
Description
This task aims to improve the Integration tests for the GeoTile and Geohash aggregations on GeoShape for Bounded use case. With this change: #6242 we are only testing the unbounded use cases for Aggregation on geoshapes, due to time constraints and failed CI builds.
As the GeoTile and Geohash aggregations on GeoShape feature is to be launched in 2.7 we have enough time to fix these tests. I will continue to work on fixing the test cases and meanwhile we can CIs can succeed.
Failed CI runs to be tested:
- https://build.ci.opensearch.org/job/gradle-check/10870/
- [BUG] GeoHashGridIT.testGeoShapes failure #6222
Commands to be tested:
./gradlew ':modules:geo:internalClusterTest' --tests "org.opensearch.geo.search.aggregations.bucket.GeoHashGridIT.testGeoShapes" -Dtests.seed=5A3FA981D8815D0D -Dtests.security.manager=true -Dtests.jvm.argline="-XX:TieredStopAtLevel=1 -XX:ReservedCodeCacheSize=64m" -Dtests.locale=zh-HK -Dtests.timezone=Pacific/Ponape -Druntime.java=19
./gradlew ':modules:geo:internalClusterTest' --tests "org.opensearch.geo.search.aggregations.bucket.GeoHashGridIT.testGeoShapes" -Dtests.seed=5A3FA981D8815D0D -Dtests.security.manager=true -Dtests.jvm.argline="-XX:TieredStopAtLevel=1 -XX:ReservedCodeCacheSize=64m" -Dtests.locale=zh-HK -Dtests.timezone=Pacific/Ponape
./gradlew ':modules:geo:internalClusterTest' --tests "org.opensearch.geo.search.aggregations.bucket.GeoHashGridIT.testGeoShapes" -Dtests.seed=550C805789CC9374 -Dtests.security.manager=true -Dtests.jvm.argline="-XX:TieredStopAtLevel=1 -XX:ReservedCodeCacheSize=64m" -Dtests.locale=ar-JO -Dtests.timezone=Etc/GMT+7
./gradlew ':modules:geo:internalClusterTest' --tests "org.opensearch.geo.search.aggregations.bucket.GeoHashGridIT.testGeoShapes" -Dtests.seed=550C805789CC9374 -Dtests.security.manager=true -Dtests.jvm.argline="-XX:TieredStopAtLevel=1 -XX:ReservedCodeCacheSize=64m" -Dtests.locale=ar-JO -Dtests.timezone=Etc/GMT+7
Reactions are currently unavailable