Skip to content

Commit

Permalink
Fix bulk upsert ignores the default_pipeline and final_pipeline when …
Browse files Browse the repository at this point in the history
…the auto-created index matches the index template (#14793)

Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
  • Loading branch information
reta authored Jul 18, 2024
1 parent 3853c91 commit 345fa40
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -176,8 +176,8 @@ teardown:
---
"Test bulk upsert honors default_pipeline and final_pipeline when the auto-created index matches with the index template":
- skip:
version: " - 2.99.99"
reason: "fixed in 3.0.0"
version: " - 2.15.99"
reason: "fixed in 2.16.0"
- do:
indices.put_index_template:
name: test_for_bulk_upsert_index_template
Expand Down

0 comments on commit 345fa40

Please sign in to comment.