From 49861ba02cd0703652f579cb72b0d7fa9b8cf0f1 Mon Sep 17 00:00:00 2001 From: Christos Soulios <1561376+csoulios@users.noreply.github.com> Date: Thu, 3 Dec 2020 12:08:00 +0200 Subject: [PATCH] Lower minimum compatibility version of _doc_count field tests (#65790) After merging _doc_count field type in v7.11.0 (#64594), this PR lowers the minimum compatibility version from v8.0.0 to v7.11.0 Relates to #64503 --- .../370_doc_count_field.yml | 21 +++++++++---------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/rest-api-spec/src/main/resources/rest-api-spec/test/search.aggregation/370_doc_count_field.yml b/rest-api-spec/src/main/resources/rest-api-spec/test/search.aggregation/370_doc_count_field.yml index 8c19a418f0a8f..b7374941bb024 100644 --- a/rest-api-spec/src/main/resources/rest-api-spec/test/search.aggregation/370_doc_count_field.yml +++ b/rest-api-spec/src/main/resources/rest-api-spec/test/search.aggregation/370_doc_count_field.yml @@ -31,9 +31,8 @@ setup: --- "Test numeric terms agg with doc_count": - skip: - version: " - 7.99.99" - reason: "Doc count fields are only implemented in 8.0" - + version: " - 7.10.99" + reason: "doc_count field has been added in 7.11" - do: search: rest_total_hits_as_int: true @@ -52,8 +51,8 @@ setup: --- "Test keyword terms agg with doc_count": - skip: - version: " - 7.99.99" - reason: "Doc count fields are only implemented in 8.0" + version: " - 7.10.99" + reason: "doc_count field has been added in 7.11" - do: search: rest_total_hits_as_int: true @@ -72,8 +71,8 @@ setup: "Test unmapped string terms agg with doc_count": - skip: - version: " - 7.99.99" - reason: "Doc count fields are only implemented in 8.0" + version: " - 7.10.99" + reason: "doc_count field has been added in 7.11" - do: bulk: index: test_2 @@ -97,8 +96,8 @@ setup: --- "Test composite str_terms agg with doc_count": - skip: - version: " - 7.99.99" - reason: "Doc count fields are only implemented in 8.0" + version: " - 7.10.99" + reason: "doc_count field has been added in 7.11" - do: search: rest_total_hits_as_int: true @@ -124,8 +123,8 @@ setup: --- "Test composite num_terms agg with doc_count": - skip: - version: " - 7.99.99" - reason: "Doc count fields are only implemented in 8.0" + version: " - 7.10.99" + reason: "doc_count field has been added in 7.11" - do: search: rest_total_hits_as_int: true