Remove workaround in translog rest test (#27530)

Relates #25623 and a6db0ea908
This commit is contained in:
Nhat Nguyen 2017-11-27 09:41:30 -05:00 committed by GitHub
parent 3f98b85489
commit 8d6bfe53bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 6 deletions

View File

@ -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":