From 1f17df13c124a03aa7914483dce457a5c895c6de Mon Sep 17 00:00:00 2001 From: Lee Hinman Date: Wed, 8 Apr 2020 16:38:50 -0600 Subject: [PATCH] Bump minimum version for component template CRUD test (#54992) These tests do CRUD for component templates, however, for 7.7 some changes weren't backported in the `_doc` wrapping/unwrapping done for the APIs, this can cause test failures. This bumps the minimum version for these tests to 7.8, which is okay because component templates are hidden behind a flag and have no compatibility guarantees for 7.7. Relates to #53101 --- .../test/cluster.component_template/10_basic.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rest-api-spec/src/main/resources/rest-api-spec/test/cluster.component_template/10_basic.yml b/rest-api-spec/src/main/resources/rest-api-spec/test/cluster.component_template/10_basic.yml index f4f705d00d8..fbbd59b893b 100644 --- a/rest-api-spec/src/main/resources/rest-api-spec/test/cluster.component_template/10_basic.yml +++ b/rest-api-spec/src/main/resources/rest-api-spec/test/cluster.component_template/10_basic.yml @@ -1,8 +1,8 @@ --- "Basic CRUD": - skip: - version: " - 7.6.99" - reason: only available in 7.7+ + version: " - 7.7.99" + reason: "index/component template v2 API unavailable before 7.8" - do: cluster.put_component_template: