-
Notifications
You must be signed in to change notification settings - Fork 24.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor metric PipelineAggregation integration test (#77548)
This commit extracts BucketMetricsPipeLineAggregationTestCase and simplifies the testing of several pipeline aggregations.
- Loading branch information
Showing
8 changed files
with
711 additions
and
2,870 deletions.
There are no files selected for viewing
407 changes: 21 additions & 386 deletions
407
.../internalClusterTest/java/org/elasticsearch/search/aggregations/pipeline/AvgBucketIT.java
Large diffs are not rendered by default.
Oops, something went wrong.
495 changes: 495 additions & 0 deletions
495
.../elasticsearch/search/aggregations/pipeline/BucketMetricsPipeLineAggregationTestCase.java
Large diffs are not rendered by default.
Oops, something went wrong.
456 changes: 43 additions & 413 deletions
456
...lusterTest/java/org/elasticsearch/search/aggregations/pipeline/ExtendedStatsBucketIT.java
Large diffs are not rendered by default.
Oops, something went wrong.
563 changes: 27 additions & 536 deletions
563
.../internalClusterTest/java/org/elasticsearch/search/aggregations/pipeline/MaxBucketIT.java
Large diffs are not rendered by default.
Oops, something went wrong.
429 changes: 27 additions & 402 deletions
429
.../internalClusterTest/java/org/elasticsearch/search/aggregations/pipeline/MinBucketIT.java
Large diffs are not rendered by default.
Oops, something went wrong.
427 changes: 51 additions & 376 deletions
427
...lClusterTest/java/org/elasticsearch/search/aggregations/pipeline/PercentilesBucketIT.java
Large diffs are not rendered by default.
Oops, something went wrong.
430 changes: 26 additions & 404 deletions
430
...nternalClusterTest/java/org/elasticsearch/search/aggregations/pipeline/StatsBucketIT.java
Large diffs are not rendered by default.
Oops, something went wrong.
374 changes: 21 additions & 353 deletions
374
.../internalClusterTest/java/org/elasticsearch/search/aggregations/pipeline/SumBucketIT.java
Large diffs are not rendered by default.
Oops, something went wrong.