20 lines
375 B
YAML
Raw Normal View History

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