Browse Source

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.
Jim Ferenczi 7 years ago
parent
commit
5f495c18df

+ 6 - 6
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: