Skip to content

Commit 1869680

Browse files
authored
Fix bulk API ignores ingest pipeline for upsert (update version) (opensearch-project#13056)
Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
1 parent d1239c3 commit 1869680

File tree

1 file changed

+2
-2
lines changed
  • modules/ingest-common/src/yamlRestTest/resources/rest-api-spec/test/ingest

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,8 @@ teardown:
149149
---
150150
"Test bulk honors pipeline in update action with upsert":
151151
- skip:
152-
version: " - 2.99.99"
153-
reason: "fixed in 3.0.0"
152+
version: " - 2.13.99"
153+
reason: "fixed in 2.14.0"
154154

155155
- do:
156156
bulk:

0 commit comments

Comments
 (0)