Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adjust skip version for _cat/templates yml tests #55871

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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