Fixed indices.open test - need to wait for shards to be allocated
before trying to close the index
This commit is contained in:
parent
1279a29ee3
commit
59ca459b1c
|
@ -5,10 +5,8 @@
|
|||
index: test_index
|
||||
|
||||
- do:
|
||||
indices.exists:
|
||||
index: test_index
|
||||
|
||||
- is_true: ''
|
||||
cluster.health:
|
||||
wait_for_status: yellow
|
||||
|
||||
- do:
|
||||
indices.close:
|
||||
|
|
Loading…
Reference in New Issue