[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:
parent
cdd8f38d71
commit
ea6f0e39bc
|
@ -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":
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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\]\?/
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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: {}
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue