Skip to content

Commit

Permalink
[BUG] Fix cat.health test failures in pre 1.0.0 mixed cluster test
Browse files Browse the repository at this point in the history
Fixes the cat.health yaml failures when running in a bwc mixed cluster with
legacy (pre 1.0.0) nodes.

Signed-off-by: Nicholas Walter Knize <[email protected]>
  • Loading branch information
nknize committed Jul 2, 2021
1 parent 8082604 commit b1ab42f
Showing 1 changed file with 9 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
---
"Help":
- skip:
version: " - 7.9.99"
reason: "discovered_master added in OpenSearch 1.0.0"
- do:
cat.health:
help: true
Expand Down Expand Up @@ -27,7 +30,9 @@
---
"Empty cluster":

- skip:
version: " - 7.9.99"
reason: "discovered_master added in OpenSearch 1.0.0"
- do:
cat.health: {}

Expand Down Expand Up @@ -56,7 +61,9 @@
---
"With ts parameter":

- skip:
version: " - 7.9.99"
reason: "discovered_master added in OpenSearch 1.0.0"
- do:
cat.health:
ts: false
Expand Down

0 comments on commit b1ab42f

Please sign in to comment.