Remove workaround in translog rest test (#27530)
Relates #25623 and a6db0ea908
This commit is contained in:
parent
3f98b85489
commit
8d6bfe53bb
|
@ -3,12 +3,9 @@ setup:
|
|||
- do:
|
||||
indices.create:
|
||||
index: test
|
||||
body:
|
||||
settings:
|
||||
index:
|
||||
# initializing replicas maintain the translog causing the test to fail.
|
||||
# remove once https://github.com/elastic/elasticsearch/issues/25623 is fixed.
|
||||
number_of_replicas: 0
|
||||
- do:
|
||||
cluster.health:
|
||||
wait_for_no_initializing_shards: true
|
||||
|
||||
---
|
||||
"Translog retention":
|
||||
|
|
Loading…
Reference in New Issue