mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-25 14:26:27 +00:00
AwaitsFix for #56757
This commit is contained in:
parent
bec6821fe6
commit
63cc53e512
@ -160,6 +160,7 @@ public class SumAggregatorTests extends AggregatorTestCase {
|
||||
"Re-index with correct docvalues type.", e.getMessage());
|
||||
}
|
||||
|
||||
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/56757")
|
||||
public void testSummationAccuracy() throws IOException {
|
||||
// Summing up a normal array and expect an accurate value
|
||||
double[] values = new double[]{0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6, 1.7};
|
||||
|
Loading…
x
Reference in New Issue
Block a user