Skip to content

Commit b366c51

Browse files
Fix bulk upsert ignores the default_pipeline and final_pipeline when the auto-created index matches the index template (#14793) (#14821)
(cherry picked from commit 345fa40) Signed-off-by: Andriy Redko <andriy.redko@aiven.io> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent f2cff08 commit b366c51

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • modules/ingest-common/src/yamlRestTest/resources/rest-api-spec/test/ingest

modules/ingest-common/src/yamlRestTest/resources/rest-api-spec/test/ingest/70_bulk.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,8 +176,8 @@ teardown:
176176
---
177177
"Test bulk upsert honors default_pipeline and final_pipeline when the auto-created index matches with the index template":
178178
- skip:
179-
version: " - 2.99.99"
180-
reason: "fixed in 3.0.0"
179+
version: " - 2.15.99"
180+
reason: "fixed in 2.16.0"
181181
- do:
182182
indices.put_index_template:
183183
name: test_for_bulk_upsert_index_template

0 commit comments

Comments
 (0)