2015-05-05 18:12:40 +02:00
|
|
|
---
|
2015-05-23 17:18:21 +03:00
|
|
|
"Index synced flush rest test":
|
2015-05-20 13:46:43 +02:00
|
|
|
- do:
|
|
|
|
indices.create:
|
|
|
|
index: testing
|
2015-05-05 18:12:40 +02:00
|
|
|
|
2015-05-20 13:46:43 +02:00
|
|
|
- do:
|
|
|
|
cluster.health:
|
|
|
|
wait_for_status: yellow
|
|
|
|
- do:
|
2015-05-29 13:47:43 +02:00
|
|
|
indices.flush_synced:
|
2015-05-20 13:46:43 +02:00
|
|
|
index: testing
|
2015-05-23 17:18:21 +03:00
|
|
|
|
|
|
|
- is_false: _shards.failed
|
|
|
|
|
2015-05-20 13:46:43 +02:00
|
|
|
- do:
|
|
|
|
indices.stats: {level: shards}
|
2015-05-05 18:12:40 +02:00
|
|
|
|
2015-05-20 13:46:43 +02:00
|
|
|
- is_true: indices.testing.shards.0.0.commit.user_data.sync_id
|