17 lines
277 B
YAML
17 lines
277 B
YAML
|
---
|
||
|
"Index seal rest test":
|
||
|
- do:
|
||
|
indices.create:
|
||
|
index: testing
|
||
|
|
||
|
- do:
|
||
|
cluster.health:
|
||
|
wait_for_status: green
|
||
|
- do:
|
||
|
indices.seal:
|
||
|
index: testing
|
||
|
- do:
|
||
|
indices.stats: {level: shards}
|
||
|
|
||
|
- is_true: indices.testing.shards.0.0.commit.user_data.sync_id
|