From 4fb200955918c81abb379571ad1c5c8ea2210476 Mon Sep 17 00:00:00 2001 From: Jim Ferenczi Date: Fri, 14 Sep 2018 10:22:11 +0200 Subject: [PATCH] Adapt skip version for doc_values format deprecation This commit fixes bwc rest tests for the doc_values format deprecation in search. The message of the deprecation changed in 6.4.1 so the bwc test should not check against 6.4.0. --- .../test/search/10_source_filtering.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/rest-api-spec/src/main/resources/rest-api-spec/test/search/10_source_filtering.yml b/rest-api-spec/src/main/resources/rest-api-spec/test/search/10_source_filtering.yml index 2725580d9e8c1..a5f504647945f 100644 --- a/rest-api-spec/src/main/resources/rest-api-spec/test/search/10_source_filtering.yml +++ b/rest-api-spec/src/main/resources/rest-api-spec/test/search/10_source_filtering.yml @@ -134,8 +134,8 @@ setup: --- "docvalue_fields": - skip: - version: " - 6.3.99" - reason: format option was added in 6.4 + version: " - 6.4.0" + reason: format option was added in 6.4 and the deprecation message changed in 6.4.1 features: warnings - do: warnings: @@ -148,8 +148,8 @@ setup: --- "multiple docvalue_fields": - skip: - version: " - 6.3.99" - reason: format option was added in 6.4 + version: " - 6.4.0" + reason: format option was added in 6.4 and the deprecation message changed in 6.4.1 features: warnings - do: warnings: @@ -162,8 +162,8 @@ setup: --- "docvalue_fields as url param": - skip: - version: " - 6.3.99" - reason: format option was added in 6.4 + version: " - 6.4.0" + reason: format option was added in 6.4 and the deprecation message changed in 6.4.1 features: warnings - do: warnings: