Skip to content
Closed
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
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ setup:

- do:
cluster.health:
wait_for_no_initializing_shards: true
wait_for_active_shards: all

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

- do:
cluster.health:
wait_for_no_initializing_shards: true
wait_for_active_shards: all

- do:
synonyms.get_synonym:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ 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
wait_for_active_shards: all

- do:
indices.create:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ 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
wait_for_active_shards: all

---
"Get synonyms set":
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ 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
wait_for_active_shards: all
---
"Delete synonyms set":
- do:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ 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
wait_for_active_shards: all

- do:
synonyms.put_synonym:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ 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
wait_for_active_shards: all
---
"Update a synonyms rule":
- do:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ 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
wait_for_active_shards: all


---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ 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
wait_for_active_shards: all

---
"Delete synonym rule":
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ 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
wait_for_active_shards: all

# 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,7 @@
# 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
wait_for_active_shards: all

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