Skip to content
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

remove flaky TestTcpSimultaneousConnect #1425

Merged
merged 1 commit into from
Apr 22, 2022

Conversation

marten-seemann
Copy link
Contributor

Fixes #1170.

This test is flaky by design: There's half a RTT between a connection is fully set up on one host and the other, so closing the connection right away will occasionally lead to "connection reset by peer" errors.

TCP Simultaneous Connect should (and is) tested in the swarm.

@marten-seemann marten-seemann merged commit 2b69671 into master Apr 22, 2022
@marten-seemann marten-seemann deleted the remove-flaky-tcp-sim-connect-test branch April 22, 2022 16:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

flaky TestTcpSimultaneousConnect test
2 participants