Skip to content

Commit

Permalink
Remove workaround in translog rest test (#27530)
Browse files Browse the repository at this point in the history
Relates #25623 and a6db0ea
  • Loading branch information
dnhatn authored Nov 27, 2017
1 parent 3f98b85 commit 8d6bfe5
Showing 1 changed file with 3 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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":
Expand Down

0 comments on commit 8d6bfe5

Please sign in to comment.