forked from elastic/elasticsearch
-
Notifications
You must be signed in to change notification settings - Fork 1
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 (elastic#77548)
This commit extracts BucketMetricsPipeLineAggregationTestCase and simplifies the testing of several pipeline aggregations.
- Loading branch information
Showing
8 changed files
with
710 additions
and
2,871 deletions.
There are no files selected for viewing
414 changes: 21 additions & 393 deletions
414
.../internalClusterTest/java/org/elasticsearch/search/aggregations/pipeline/AvgBucketIT.java
Large diffs are not rendered by default.
Oops, something went wrong.
494 changes: 494 additions & 0 deletions
494
.../elasticsearch/search/aggregations/pipeline/BucketMetricsPipeLineAggregationTestCase.java
Large diffs are not rendered by default.
Oops, something went wrong.
455 changes: 43 additions & 412 deletions
455
...lusterTest/java/org/elasticsearch/search/aggregations/pipeline/ExtendedStatsBucketIT.java
Large diffs are not rendered by default.
Oops, something went wrong.
562 changes: 27 additions & 535 deletions
562
.../internalClusterTest/java/org/elasticsearch/search/aggregations/pipeline/MaxBucketIT.java
Large diffs are not rendered by default.
Oops, something went wrong.
428 changes: 27 additions & 401 deletions
428
.../internalClusterTest/java/org/elasticsearch/search/aggregations/pipeline/MinBucketIT.java
Large diffs are not rendered by default.
Oops, something went wrong.
426 changes: 51 additions & 375 deletions
426
...lClusterTest/java/org/elasticsearch/search/aggregations/pipeline/PercentilesBucketIT.java
Large diffs are not rendered by default.
Oops, something went wrong.
429 changes: 26 additions & 403 deletions
429
...nternalClusterTest/java/org/elasticsearch/search/aggregations/pipeline/StatsBucketIT.java
Large diffs are not rendered by default.
Oops, something went wrong.
373 changes: 21 additions & 352 deletions
373
.../internalClusterTest/java/org/elasticsearch/search/aggregations/pipeline/SumBucketIT.java
Large diffs are not rendered by default.
Oops, something went wrong.