We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1d32c8 commit 7aea8b5Copy full SHA for 7aea8b5
rest-api-spec/src/main/resources/rest-api-spec/test/indices.stats/20_translog.yml
@@ -3,12 +3,9 @@ setup:
3
- do:
4
indices.create:
5
index: test
6
- body:
7
- settings:
8
- index:
9
- # initializing replicas maintain the translog causing the test to fail.
10
- # remove once https://github.com/elastic/elasticsearch/issues/25623 is fixed.
11
- number_of_replicas: 0
+ - do:
+ cluster.health:
+ wait_for_no_initializing_shards: true
12
13
---
14
"Translog retention":
0 commit comments