mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-25 01:19:02 +00:00
[TEST] use no replicas in MLT tests - doc mappers need to be present on all nodes
This commit is contained in:
parent
dcc6a6e138
commit
b4c506b952
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user