mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-25 17:38:44 +00:00
Better checks for the cluster being up in the rolling upgrades tests.
This commit is contained in:
parent
3f79874042
commit
ec7e383783
@ -4,11 +4,7 @@
|
||||
cluster.health:
|
||||
wait_for_status: green
|
||||
|
||||
- do:
|
||||
indices.get_settings:
|
||||
index: test_index
|
||||
|
||||
- match: { test_index.settings.index.number_of_replicas: "0" }
|
||||
- match: { number_of_nodes: 2 }
|
||||
|
||||
- do:
|
||||
search:
|
||||
|
@ -4,6 +4,8 @@
|
||||
cluster.health:
|
||||
wait_for_status: green
|
||||
|
||||
- match: { number_of_nodes: 2 }
|
||||
|
||||
- do:
|
||||
search:
|
||||
index: test_index
|
||||
|
Loading…
x
Reference in New Issue
Block a user