elasticsearch/x-pack/rest-resources-zip
Nik Everett cd4116cc07
Run aggs tests in aggs module (#90851)
Run the aggregations tests v7 compat tests against the aggregations
module and *not* the `rest-api-spec` module. This allows us to drop
`rest-api-spec`'s dependency on the aggregations module and keep it
"just the server" which is nice.

There are a few side effects here that are ok:
1. We run all aggregations REST tests in the aggregations module.
   Even the ones in `rest-api-spec`. This means we run them twice. We
   plan to move all of the aggregations REST tests into the aggregations
   module anyway.
2. We now bundle the REST tests in the aggregations module into the
   tests that the clients run for their verification step. This should
   keep our clients from losing coverage.
2022-10-17 09:36:28 -04:00
..
build.gradle Run aggs tests in aggs module (#90851) 2022-10-17 09:36:28 -04:00