mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 02:14:54 +00:00
Fix indices.sort rest test
Set the number of replicas to 0 in order to avoid race condition during the test Fixes #24416
This commit is contained in:
parent
69313ffef3
commit
37e938f9de
@ -11,7 +11,7 @@
|
||||
body:
|
||||
settings:
|
||||
number_of_shards: 1
|
||||
number_of_replicas: 1
|
||||
number_of_replicas: 0
|
||||
index.sort.field: rank
|
||||
mappings:
|
||||
test:
|
||||
|
Loading…
x
Reference in New Issue
Block a user