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 (opensearch-project#14793)

Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
Signed-off-by: Kaushal Kumar <ravi.kaushal97@gmail.com>
  • Loading branch information
reta authored and kaushalmahi12 committed Jul 23, 2024
1 parent 2332fe3 commit e1bd0ad
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 e1bd0ad

Please sign in to comment.