[Tests] Update skip version for YAML tests (#52310)

Update skip versions upper boundary to match the release
or intented release version of the feature/fix.
This commit is contained in:
Marios Trivyzas 2020-02-13 15:36:31 +01:00 committed by GitHub
parent cdd8f38d71
commit ea6f0e39bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
11 changed files with 20 additions and 20 deletions

View File

@ -2,8 +2,8 @@
setup:
- skip:
version: " - 7.09.99"
reason: "random score function of script score was added in 7.1"
version: " - 7.1.99"
reason: "random score function of script score was added in 7.2"
---
"Random score function with _seq_no field":

View File

@ -85,8 +85,8 @@
---
"Close index response with result per index":
- skip:
version: " - 7.99.99"
reason: "close index response reports result per index starting version 8.0.0"
version: " - 7.2.99"
reason: "close index response reports result per index starting version 7.3.0"
- do:
indices.create:

View File

@ -13,8 +13,8 @@ setup:
---
"Validate query api":
- skip:
version: ' - 7.99.99'
reason: message changed in 8.0.0
version: ' - 7.6.99'
reason: message changed in 7.7.0
- do:
indices.validate_query:

View File

@ -775,7 +775,7 @@ setup:
---
"Mixed ip and unmapped fields":
- skip:
version: " - 7.99.99"
version: " - 7.5.99"
reason: This will fail against 7.x until the fix is backported there
# It is important that the index *without* the ip field be sorted *before*
# the index *with* the ip field because that has caused bugs in the past.

View File

@ -1,7 +1,7 @@
setup:
- skip:
version: " - 7.99.99" #TODO change this after backport
reason: These new error messages were added in 7.1
version: " - 7.1.99"
reason: These new error messages were added in 7.2
- do:
indices.create:

View File

@ -141,7 +141,7 @@
---
'Misspelled fields get "did you mean"':
- skip:
version: " - 7.99.99"
version: " - 7.6.99"
reason: Implemented in 8.0 (to be backported to 7.7)
- do:
catch: /\[significant_terms\] unknown field \[jlp\] did you mean \[jlh\]\?/

View File

@ -41,8 +41,8 @@ setup:
---
"Create a snapshot and clean up repository":
- skip:
version: " - 7.99.99"
reason: cleanup introduced in 8.0
version: " - 7.3.99"
reason: cleanup introduced in 7.4
- do:
snapshot.cleanup_repository:

View File

@ -157,8 +157,8 @@ setup:
---
"Get snapshot info with metadata":
- skip:
version: " - 7.9.99"
reason: "https://github.com/elastic/elasticsearch/pull/41281 not yet backported to 7.x"
version: " - 7.2.99"
reason: "Introduced with 7.3"
- do:
indices.create:

View File

@ -10,8 +10,8 @@ setup:
---
"Usage stats on frozen indices":
- skip:
version: " - 7.9.99"
reason: "frozen indices have usage stats starting in version 8.0.0"
version: " - 7.3.99"
reason: "frozen indices have usage stats starting in version 7.4"
- do:
index:

View File

@ -2,8 +2,8 @@
"cluster stats with voting only node stats":
- skip:
version: " - 7.99.99"
reason: "voting only nodes are added in v8.0.0"
version: " - 7.2.99"
reason: "voting only nodes are added in v7.3"
- do:
cluster.stats: {}

View File

@ -123,8 +123,8 @@ setup:
---
"Put job and datafeed with aggs in old cluster - deprecated interval with warning":
- skip:
version: " - 7.99.99" #TODO change this after backport
reason: calendar_interval introduced in 7.1.0
version: " - 7.1.99"
reason: calendar_interval introduced in 7.2.0
features: warnings
- do: