Skip to content

Commit

Permalink
Merge and bump Health API YAML tests (elastic#109009)
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsbauman committed May 28, 2024
1 parent a35dd1f commit 640863b
Showing 1 changed file with 2 additions and 26 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
"cluster health basic test":
- skip:
version: "- 8.6.99"
reason: "health was added in 8.2.0, master_is_stable in 8.4.0, and REST API updated in 8.7"
version: "- 8.12.99"
reason: "data stream lifecycle indicator was added in 8.13.0"

- do:
health_report: { }
Expand Down Expand Up @@ -36,34 +36,10 @@
- exists: indicators.shards_availability.details.started_primaries
- exists: indicators.shards_availability.details.unassigned_replicas

---
"basic shards capacity health indicator test":
- skip:
version: "- 8.7.99"
reason: "shards capacity indicator was added in 8.8.0"

- do:
health_report: { }

- is_true: cluster_name
# This test might execute before the health node has received all health info, resulting in status "unknown"
- is_true: status
- match: { indicators.shards_capacity.status: "green" }
- match: { indicators.shards_capacity.symptom: "The cluster has enough room to add new shards." }
- is_true: indicators.shards_capacity.details.data.max_shards_in_cluster
- is_true: indicators.shards_capacity.details.frozen.max_shards_in_cluster

---
"basic data stream lifecycle health indicator test":
- skip:
version: "- 8.12.99"
reason: "data stream lifecycle indicator was added in 8.13.0"

- do:
health_report: { }

- is_true: cluster_name
# This test might execute before the health node has received all health info, resulting in status "unknown"
- is_true: status
- is_true: indicators.data_stream_lifecycle.status
- is_true: indicators.data_stream_lifecycle.symptom

0 comments on commit 640863b

Please sign in to comment.