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
[chore][exporter/elasticsearch] Fix flaky integration test by 1:1 bulk request to Consume correspondence (open-telemetry#41276)
<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue.
Ex. Adding a feature - Explain what this achieves.-->
#### Description
Fix flaky integration test with received > sent, caused by race
condition where Consume* returns an error halfway through processing a
bulk request, causing duplicates in the mock backend because the first N
documents went through and an emulated http error causes the entire
request to be retried, including the first N documents.
<!-- Issue number (e.g. open-telemetry#1234) or full URL to issue, if applicable. -->
#### Link to tracking issue
Fixesopen-telemetry#41208Fixesopen-telemetry#41259
<!--Describe what testing was performed and which tests were added.-->
#### Testing
<!--Describe the documentation added.-->
#### Documentation
<!--Please delete paragraphs that you did not use before submitting.-->
0 commit comments