You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Send two documents in a bulk request with batch_size set to 2 or larger. Configure the ingest processor to fail on the first document and succeed on the second. The response will show success for the document that failed, and vice versa. Set the batch size to 1 and the test will pass.
Describe the bug
Send two documents in a bulk request with
batch_size
set to 2 or larger. Configure the ingest processor to fail on the first document and succeed on the second. The response will show success for the document that failed, and vice versa. Set the batch size to 1 and the test will pass.Related component
Indexing
To Reproduce
See #14335 for a failing integration test
Expected behavior
Tests in #14335 should pass
Additional Details
No response
The text was updated successfully, but these errors were encountered: