-
Notifications
You must be signed in to change notification settings - Fork 30.3k
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
test: fix flaky timeout in test-pipe-file-to-http #53380
Conversation
It doesn't make much sense. Why resuming the stream a bit later fixes it? |
Thanks for potting it out @lpinca! I think you are absolutely right. I tried to dig it but without stack trace or meaning log I really couldn't get any direction. I am wondering if the |
See #52959 (comment). I think the issue here is the same. |
Thanks again! I have read about that comment and now it rings the bell! |
Can you try if the |
Sure, I will try it now. Can I ask two questions here:
Do you have any idea why I am getting it 👀 any potentially misconfiguration or something else?
|
Ummm I can still reproduce this on main on my machine - running 10,000 times and its around 30% atm got 2 timeout related failures:
|
|
Did another run with adding still 3 timeouts, still got 1 potentially peer writes when other peer closes
|
Fixes: #52963
Reproduced with 1000 runs:
After apply the fix seems stable: