[TEST] use no replicas in MLT tests - doc mappers need to be present on all nodes

This commit is contained in:
Simon Willnauer 2014-04-08 10:07:53 +02:00
parent dcc6a6e138
commit b4c506b952

View File

@ -1,5 +1,13 @@
---
"Basic mlt":
- do:
indices.create:
index: test_1
body:
settings:
index:
number_of_replicas: 0
- do:
index:
index: test_1
@ -13,7 +21,7 @@
- do:
cluster.health:
wait_for_status: green
timeout: 1s
- do:
mlt:
index: test_1