Skip to content
Merged
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 @@ -30,25 +30,6 @@

- match: { test_index.settings.index.number_of_replicas: "0"}

---
"Create index with too large wait_for_active_shards":

- do:
indices.create:
index: test_index
timeout: 300ms
master_timeout: 300ms
wait_for_active_shards: 6
body:
settings:
number_of_replicas: 5

- match: { shards_acknowledged: false }

- do:
cluster.health:
wait_for_events: urgent

---
"Create index with wait_for_active_shards set to all":

Expand Down