[qa] multinode tests fails when you run low on disk space (85%)

In #12853 we actually introduced a test regression. Now as we wait for yellow instead of green, we might have some pending tasks.
This commit simplify all that and only checks the number of nodes within the cluster.
This commit is contained in:
David Pilato 2015-08-18 14:36:12 +02:00
parent 391e43e3bb
commit 4a3ea799ec

View File

@ -19,8 +19,3 @@
- is_false: timed_out
- gte: { number_of_nodes: 2 }
- gte: { number_of_data_nodes: 2 }
- gt: { active_primary_shards: 0 }
- gt: { active_shards: 0 }
- gte: { relocating_shards: 0 }
- match: { initializing_shards: 0 }
- gte: { number_of_pending_tasks: 0 }