mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-25 01:19:02 +00:00
[TEST] added wait for relocationg shards to cat.shards REST test
Adding the second index might cause relocation of existing shards depending on the number of nodes available, let's wait for relocation to be finished before going ahead and checking the cat shards outpu
This commit is contained in:
parent
90b1e6a461
commit
4a2410135f
@ -35,6 +35,7 @@
|
||||
- do:
|
||||
cluster.health:
|
||||
wait_for_status: yellow
|
||||
wait_for_relocating_shards: 0
|
||||
|
||||
- do:
|
||||
cat.shards: {}
|
||||
|
Loading…
x
Reference in New Issue
Block a user