removed timeout from wait_for_green and set number of replicas to 0 so client tests can pass on single node.
@@ -4,31 +4,42 @@ setup:
indices.create:
index: test-xxx
body:
- mappings:
- type_1: {}
+ settings:
+ index:
+ number_of_replicas: 0
+ mappings:
+ type_1: {}
- do:
index: test-xxy
- type_2: {}
+ type_2: {}
index: test-xyy
- type_3: {}
+ type_3: {}
index: test-yyy
- type_4: {}
+ type_4: {}
cluster.health:
wait_for_status: green
- timeout: 1s
indices.close:
@@ -37,7 +48,6 @@ setup:
---
"Get test-* with defaults":