This commit makes sure we create index with only one shard.
This commit is contained in:
parent
5662281562
commit
c518670f83
|
@ -58,13 +58,13 @@
|
||||||
|
|
||||||
---
|
---
|
||||||
"Test geotile_grid aggregation circuit breaker":
|
"Test geotile_grid aggregation circuit breaker":
|
||||||
- skip:
|
|
||||||
version: "all"
|
|
||||||
reason: "AwaitsFix https://github.com/elastic/elasticsearch/issues/56257"
|
|
||||||
- do:
|
- do:
|
||||||
indices.create:
|
indices.create:
|
||||||
index: locations
|
index: locations
|
||||||
body:
|
body:
|
||||||
|
settings:
|
||||||
|
number_of_shards: 1
|
||||||
|
number_of_replicas: 0
|
||||||
mappings:
|
mappings:
|
||||||
properties:
|
properties:
|
||||||
location:
|
location:
|
||||||
|
|
Loading…
Reference in New Issue