Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[receiver/haproxy] Unit test timing out
I wasn't able to reproduce the exact situation from CI, but the tests I changed weren't completing at all here. Looking closely, it looks like they never closed the stream, something the first test does. After closing it, the tests start passing locally for me. While I'm not confident this will fix the CI flaky failures, this does make the test work locally for me. Fixes open-telemetry#32877 Signed-off-by: Juraci Paixão Kröhling <[email protected]>
- Loading branch information