Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions muted-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,9 +185,6 @@ tests:
- class: org.elasticsearch.xpack.test.rest.XPackRestIT
method: test {p0=snapshot/20_operator_privileges_disabled/Operator only settings can be set and restored by non-operator user when operator privileges is disabled}
issue: https://github.com/elastic/elasticsearch/issues/116775
- class: org.elasticsearch.backwards.MixedClusterClientYamlTestSuiteIT
method: test {p0=synonyms/90_synonyms_reloading_for_synset/Reload analyzers for specific synonym set}
issue: https://github.com/elastic/elasticsearch/issues/116777
- class: org.elasticsearch.xpack.searchablesnapshots.hdfs.SecureHdfsSearchableSnapshotsIT
issue: https://github.com/elastic/elasticsearch/issues/116851
- class: org.elasticsearch.search.basic.SearchWithRandomIOExceptionsIT
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@ setup:

- do:
cluster.health:
wait_for_no_initializing_shards: true
index: .synonyms-2
timeout: 2s
wait_for_status: green
ignore: 408

- do:
synonyms.get_synonym:
Expand Down Expand Up @@ -64,7 +67,10 @@ setup:

- do:
cluster.health:
wait_for_no_initializing_shards: true
index: .synonyms-2
timeout: 2s
wait_for_status: green
ignore: 408

- do:
synonyms.get_synonym:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ setup:
# This is to ensure that all index shards (write and read) are available. In serverless this can take some time.
- do:
cluster.health:
wait_for_no_initializing_shards: true
index: .synonyms-2
timeout: 2s
wait_for_status: green
ignore: 408

- do:
indices.create:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@ setup:
# This is to ensure that all index shards (write and read) are available. In serverless this can take some time.
- do:
cluster.health:
wait_for_no_initializing_shards: true
index: .synonyms-2
timeout: 2s
wait_for_status: green
ignore: 408

---
"Get synonyms set":
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,11 @@ setup:
# This is to ensure that all index shards (write and read) are available. In serverless this can take some time.
- do:
cluster.health:
wait_for_no_initializing_shards: true
index: .synonyms-2
timeout: 2s
wait_for_status: green
ignore: 408

---
"Delete synonyms set":
- do:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@ setup:
# This is to ensure that all index shards (write and read) are available. In serverless this can take some time.
- do:
cluster.health:
wait_for_no_initializing_shards: true
index: .synonyms-2
timeout: 2s
wait_for_status: green
ignore: 408

- do:
synonyms.put_synonym:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,11 @@ setup:
# This is to ensure that all index shards (write and read) are available. In serverless this can take some time.
- do:
cluster.health:
wait_for_no_initializing_shards: true
index: .synonyms-2
timeout: 2s
wait_for_status: green
ignore: 408

---
"Update a synonyms rule":
- do:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,10 @@ setup:
# This is to ensure that all index shards (write and read) are available. In serverless this can take some time.
- do:
cluster.health:
wait_for_no_initializing_shards: true

index: .synonyms-2
timeout: 2s
wait_for_status: green
ignore: 408

---
"Get a synonym rule":
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@ setup:
# This is to ensure that all index shards (write and read) are available. In serverless this can take some time.
- do:
cluster.health:
wait_for_no_initializing_shards: true
index: .synonyms-2
timeout: 2s
wait_for_status: green
ignore: 408

---
"Delete synonym rule":
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@ setup:
# This is to ensure that all index shards (write and read) are available. In serverless this can take some time.
- do:
cluster.health:
wait_for_no_initializing_shards: true
index: .synonyms-2
timeout: 2s
wait_for_status: green
ignore: 408

# Create an index with synonym_filter that uses that synonyms set
- do:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,10 @@
# This is to ensure that all index shards (write and read) are available. In serverless this can take some time.
- do:
cluster.health:
wait_for_no_initializing_shards: true
index: .synonyms-2
timeout: 2s
wait_for_status: green
ignore: 408

# Create my_index1 with synonym_filter that uses synonyms_set1
- do:
Expand Down