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
…pen-telemetry#35714)
#### Description
Remove the use of time to detect the order of completion and replace
with channels.
#### Link to tracking issue
Fixesopen-telemetry#35704
#### Testing
Tested that the new method detects failure to wait on the pending
channel by removing the code in SendStatus() that receives from the
channel and confirming that the test fails.
Component(s)
receiver/awss3
Describe the issue you're reporting
Usage of
completionTime.After(now)
is not reliable on Windows since the default clock on the platform is a very low resolution, see #32715 (comment)https://github.com/open-telemetry/opentelemetry-collector-contrib/actions/runs/11239757804/job/31247553663#step:8:250
The text was updated successfully, but these errors were encountered: