[TEST] Create the index with `number_of_replicas: 0` for "Realtime Refresh" tests
This commit is contained in:
parent
afcc9d52ab
commit
e051c8a663
|
@ -6,7 +6,9 @@
|
||||||
index: test_1
|
index: test_1
|
||||||
body:
|
body:
|
||||||
settings:
|
settings:
|
||||||
index.refresh_interval: -1
|
index:
|
||||||
|
refresh_interval: -1
|
||||||
|
number_of_replicas: 0
|
||||||
- do:
|
- do:
|
||||||
cluster.health:
|
cluster.health:
|
||||||
wait_for_status: yellow
|
wait_for_status: yellow
|
||||||
|
|
|
@ -6,7 +6,10 @@
|
||||||
index: test_1
|
index: test_1
|
||||||
body:
|
body:
|
||||||
settings:
|
settings:
|
||||||
index.refresh_interval: -1
|
index:
|
||||||
|
refresh_interval: -1
|
||||||
|
number_of_replicas: 0
|
||||||
|
|
||||||
- do:
|
- do:
|
||||||
cluster.health:
|
cluster.health:
|
||||||
wait_for_status: yellow
|
wait_for_status: yellow
|
||||||
|
|
|
@ -6,7 +6,10 @@
|
||||||
index: test_1
|
index: test_1
|
||||||
body:
|
body:
|
||||||
settings:
|
settings:
|
||||||
index.refresh_interval: -1
|
index:
|
||||||
|
refresh_interval: -1
|
||||||
|
number_of_replicas: 0
|
||||||
|
|
||||||
- do:
|
- do:
|
||||||
cluster.health:
|
cluster.health:
|
||||||
wait_for_status: yellow
|
wait_for_status: yellow
|
||||||
|
|
Loading…
Reference in New Issue