Skip to content

Commit

Permalink
Adjust skip version for _cat/templates yml tests (#55871)
Browse files Browse the repository at this point in the history
Now that #55829 has been backported (#55866) we can adjust these skip versions to allow testing with
7.8+.

Relates to #53101
  • Loading branch information
dakrone authored Apr 28, 2020
1 parent 55874c9 commit 3fc17b1
Showing 1 changed file with 16 additions and 16 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
"Help":
- skip:
version: " - 7.9.99"
reason: "not backported yet"
version: " - 7.7.99"
reason: "format changed in 7.8 to accomodate V2 index templates"

- do:
cat.templates:
Expand Down Expand Up @@ -32,8 +32,8 @@
---
"Normal templates":
- skip:
version: " - 7.9.99"
reason: "not backported yet"
version: " - 7.7.99"
reason: "format changed in 7.8 to accomodate V2 index templates"

- do:
indices.put_template:
Expand Down Expand Up @@ -83,8 +83,8 @@
---
"Filtered templates":
- skip:
version: " - 7.9.99"
reason: "not backported yet"
version: " - 7.7.99"
reason: "format changed in 7.8 to accomodate V2 index templates"

- do:
indices.put_template:
Expand Down Expand Up @@ -125,8 +125,8 @@
---
"Column headers":
- skip:
version: " - 7.9.99"
reason: "not backported yet"
version: " - 7.7.99"
reason: "format changed in 7.8 to accomodate V2 index templates"

- do:
indices.put_template:
Expand Down Expand Up @@ -163,8 +163,8 @@
---
"Select columns":
- skip:
version: " - 7.9.99"
reason: "not backported yet"
version: " - 7.7.99"
reason: "format changed in 7.8 to accomodate V2 index templates"

- do:
indices.put_template:
Expand Down Expand Up @@ -197,8 +197,8 @@
---
"Sort templates":
- skip:
version: " - 7.9.99"
reason: "not backported yet"
version: " - 7.7.99"
reason: "format changed in 7.8 to accomodate V2 index templates"
features: default_shards, no_xpack

- do:
Expand Down Expand Up @@ -250,8 +250,8 @@
---
"Multiple template":
- skip:
version: " - 7.9.99"
reason: "not backported yet"
version: " - 7.7.99"
reason: "format changed in 7.8 to accomodate V2 index templates"
features: default_shards, no_xpack

- do:
Expand Down Expand Up @@ -286,8 +286,8 @@
---
"Mixture of V1 and V2 templates":
- skip:
version: " - 7.9.99"
reason: "not backported yet"
version: " - 7.7.99"
reason: "format changed in 7.8 to accomodate V2 index templates"
features: allowed_warnings

- do:
Expand Down

0 comments on commit 3fc17b1

Please sign in to comment.