mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-29 01:44:36 -04:00
Fix assertion in Health API YAML test (#108843)
This commit is contained in:
parent
49a253fa1a
commit
f832eb8d60
1 changed files with 2 additions and 2 deletions
|
@ -50,8 +50,8 @@
|
||||||
- is_true: status
|
- is_true: status
|
||||||
- match: { indicators.shards_capacity.status: "green" }
|
- match: { indicators.shards_capacity.status: "green" }
|
||||||
- match: { indicators.shards_capacity.symptom: "The cluster has enough room to add new shards." }
|
- 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
|
- exists: indicators.shards_capacity.details.data.max_shards_in_cluster
|
||||||
- is_true: indicators.shards_capacity.details.frozen.max_shards_in_cluster
|
- exists: indicators.shards_capacity.details.frozen.max_shards_in_cluster
|
||||||
|
|
||||||
---
|
---
|
||||||
"basic data stream lifecycle health indicator test":
|
"basic data stream lifecycle health indicator test":
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue