Skip to content

Commit

Permalink
Adapt skip version for doc_values format deprecation
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jimczi committed Sep 14, 2018
1 parent 4270fe9 commit 4fb2009
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit 4fb2009

Please sign in to comment.