-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tokio-compat: sinks::statsd::test::test_send_to_statsd fails tracking issue #2016
Comments
I managed to reproduce the issue locally.
It fails/passes randomly. Fails much more rarely than passes actually. Falied:
Successful:
|
Ok, I think it's a race too. @LucioFranco, @lukesteensen can you confirm? |
So it looks like the event isn't coming through as readable but only writeable?
where as when it passes this is:
|
If possible we should try to reproduce this and get a |
This issue is to gather all the data related to the
sinks::statsd::test::test_send_to_statsd
fails. It's related to #1922 and is designed to be a sort of separate thread where we focus on thesinks::statsd::test::test_send_to_statsd
specifically.I gathered some relevant info from before, shared at the #1922:
Notable failed CI runs:
perf: Tokio compat #1922 (comment):
perf: Tokio compat #1922 (comment)
https://circleci.com/gh/timberio/vector/87162 ❌
From
tokio-compat-statsd-debug
branch:test_max_size
test)The text was updated successfully, but these errors were encountered: