Merge branch 'qa/fix-multinode-low-disk'

This commit is contained in:
David Pilato 2015-08-18 13:22:16 +02:00
commit 391e43e3bb
1 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,6 @@
# Integration tests for smoke testing multi-node IT
#
# If the local machine which is running the test is low on disk space
# We can have one unassigned shard
---
"cluster health basic test, one index":
- do:
@ -12,7 +13,7 @@
- do:
cluster.health:
wait_for_status: green
wait_for_status: yellow
- is_true: cluster_name
- is_false: timed_out
@ -22,5 +23,4 @@
- gt: { active_shards: 0 }
- gte: { relocating_shards: 0 }
- match: { initializing_shards: 0 }
- match: { unassigned_shards: 0 }
- gte: { number_of_pending_tasks: 0 }