You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Reduced flakiness for CartesianCentroidIT The property tests were still considering a tolerance specific to geo data * Reduced flakiness for CartesianCentroidIT When values are very small (close to zero), the tolerance calculation gives smaller values than even the float rounding.
Copy file name to clipboardExpand all lines: test/framework/src/main/java/org/elasticsearch/search/aggregations/metrics/CentroidAggregationTestBase.java
+12-17Lines changed: 12 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -103,26 +103,15 @@ public void testSingleValueFieldGetProperty() {
Copy file name to clipboardExpand all lines: x-pack/plugin/spatial/src/internalClusterTest/java/org/elasticsearch/xpack/spatial/search/aggregations/metrics/CartesianCentroidIT.java
0 commit comments