Skip to content

Commit

Permalink
Updating _nodes/stats yaml test versions that were missed in the back…
Browse files Browse the repository at this point in the history
…port PR (elastic#75788)

This is related to elastic#75052
  • Loading branch information
masseyke committed Jul 28, 2021
1 parent a8a21d8 commit 64ff130
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -323,8 +323,8 @@
"Metric - blank for indices shards":
- skip:
features: [arbitrary_key]
version: " - 7.99.99"
reason: "total shard count added in version 8.0"
version: " - 7.14.99"
reason: "total shard count added in version 7.15.0"
- do:
nodes.info: {}
- set:
Expand All @@ -340,8 +340,8 @@
"Metric - _all for indices shards":
- skip:
features: [arbitrary_key]
version: " - 7.99.99"
reason: "total shard count added in version 8.0"
version: " - 7.14.99"
reason: "total shard count added in version 7.15.0"
- do:
nodes.info: {}
- set:
Expand All @@ -359,8 +359,8 @@

- skip:
features: ["allowed_warnings", arbitrary_key]
version: " - 7.99.99"
reason: "total shard count added in version 8.0"
version: " - 7.14.99"
reason: "total shard count added in version 7.15.0"

- do:
indices.create:
Expand Down

0 comments on commit 64ff130

Please sign in to comment.