Commit bf2fb21
Christoph Büscher
[Tests] Relax allowed delta in extended_stats aggregation (#30569)
The order in which double values are added in java can give different results
for the sum, so we need to allow a certain delta in the test assertions. The
current value was still a bit too low, resulting in rare test failures. This
change increases the allowed margin of error by a factor of ten.1 parent 50c34b2 commit bf2fb21
File tree
1 file changed
+1
-1
lines changed- server/src/test/java/org/elasticsearch/search/aggregations/metrics
1 file changed
+1
-1
lines changedserver/src/test/java/org/elasticsearch/search/aggregations/metrics/InternalExtendedStatsTests.java
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
| 87 | + | |
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| |||
0 commit comments