Skip to content

Commit 7172636

Browse files
committed
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.
1 parent 2a322b8 commit 7172636

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

rest-api-spec/src/main/resources/rest-api-spec/test/search/10_source_filtering.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,8 @@ setup:
134134
---
135135
"docvalue_fields":
136136
- skip:
137-
version: " - 6.3.99"
138-
reason: format option was added in 6.4
137+
version: " - 6.4.0"
138+
reason: format option was added in 6.4 and the deprecation message changed in 6.4.1
139139
features: warnings
140140
- do:
141141
warnings:
@@ -148,8 +148,8 @@ setup:
148148
---
149149
"multiple docvalue_fields":
150150
- skip:
151-
version: " - 6.3.99"
152-
reason: format option was added in 6.4
151+
version: " - 6.4.0"
152+
reason: format option was added in 6.4 and the deprecation message changed in 6.4.1
153153
features: warnings
154154
- do:
155155
warnings:
@@ -162,8 +162,8 @@ setup:
162162
---
163163
"docvalue_fields as url param":
164164
- skip:
165-
version: " - 6.3.99"
166-
reason: format option was added in 6.4
165+
version: " - 6.4.0"
166+
reason: format option was added in 6.4 and the deprecation message changed in 6.4.1
167167
features: warnings
168168
- do:
169169
warnings:

0 commit comments

Comments
 (0)