elastic/elasticsearch

[Test] Convert Pipeline agg integration tests into AggregatorTestCase

Open

#36 015 ouverte le 28 nov. 2018

Voir sur GitHub
 (6 commentaires) (0 réactions) (0 assignés)Java (25 882 forks)batch import
:Analytics/Aggregations>non-issue>testTeam:Analyticshelp wanted

Métriques du dépôt

Stars
 (76 700 stars)
Métriques de merge PR
 (Merge moyen 2j) (1 000 PRs mergées en 30 j)

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.

Guide contributeur