Skip to content

Commit

Permalink
Added tests for PUT /_bulk/stream.
Browse files Browse the repository at this point in the history
  • Loading branch information
dblock committed Nov 14, 2024
1 parent 02a5fce commit 12005c3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions tests/plugins/streaming/_core/bulk/stream.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,15 @@ chapters:
payload:
- {create: {_index: movies}}
- {director: Bennett Miller, title: Moneyball, year: 2011}
- synopsis: Update an index.
version: '>= 2.17'
path: /_bulk/stream
method: PUT
request:
content_type: application/x-ndjson
payload:
- {create: {_index: movies}}
- {director: Bennett Miller, title: Drive, year: 2011}
- synopsis: Delete document in an index.
version: '2.17'
path: /_bulk/stream
Expand Down

0 comments on commit 12005c3

Please sign in to comment.