elastic/elasticsearch

[Test] Convert Pipeline agg integration tests into AggregatorTestCase

Open

#36,015 opened on Nov 28, 2018

View on GitHub
 (6 comments) (0 reactions) (0 assignees)Java (25,882 forks)batch import
:Analytics/Aggregations>non-issue>testTeam:Analyticshelp wanted

Repository metrics

Stars
 (76,700 stars)
PR merge metrics
 (Avg merge 2d) (1,000 merged PRs in 30d)

Description

Pipeline aggs were added before the AggregatorTestCase was created, so most of the pipelines are tested with a few unit tests and a lot of integration tests. We should be able to convert these over to AggregatorTestCase, which should be faster and generally easier to test against.

Contributor guide