2015-05-05 12:12:40 -04:00
|
|
|
---
|
|
|
|
"Index seal rest test":
|
2015-05-20 07:46:43 -04:00
|
|
|
- do:
|
|
|
|
indices.create:
|
|
|
|
index: testing
|
2015-05-05 12:12:40 -04:00
|
|
|
|
2015-05-20 07:46:43 -04:00
|
|
|
- do:
|
|
|
|
cluster.health:
|
|
|
|
wait_for_status: yellow
|
|
|
|
- do:
|
|
|
|
indices.seal:
|
|
|
|
index: testing
|
|
|
|
- do:
|
|
|
|
indices.stats: {level: shards}
|
2015-05-05 12:12:40 -04:00
|
|
|
|
2015-05-20 07:46:43 -04:00
|
|
|
- is_true: indices.testing.shards.0.0.commit.user_data.sync_id
|