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

flaky TestTcpSimultaneousConnect test #1170

Closed
marten-seemann opened this issue Aug 24, 2021 · 2 comments · Fixed by #1425
Closed

flaky TestTcpSimultaneousConnect test #1170

marten-seemann opened this issue Aug 24, 2021 · 2 comments · Fixed by #1425
Labels
kind/bug A bug in existing code (including security flaws)

Comments

@marten-seemann
Copy link
Contributor

=== RUN   TestTcpSimultaneousConnect
      libp2p_test.go:231: 
          	Error Trace:	libp2p_test.go:231
          	            				asm_386.s:1315
          	Error:      	Received unexpected error:
          	            	failed to dial QmWSsAXRCm4TRAs7qedhUAxzTuCxkwJAger2FygN82KrkU:
          	            	  * [/ip4/10.1.1.237/tcp/50234] dial backoff
          	            	  * [/ip4/127.0.0.1/tcp/50234] dial backoff
          	Test:       	TestTcpSimultaneousConnect
  --- FAIL: TestTcpSimultaneousConnect (2.82s)
@marten-seemann marten-seemann added the kind/bug A bug in existing code (including security flaws) label Aug 24, 2021
@marten-seemann
Copy link
Contributor Author

This might be the same failure as in #1208.

@marten-seemann
Copy link
Contributor Author

Also happening on OSX:

=== RUN   TestTcpSimultaneousConnect
      libp2p_test.go:207: 
          	Error Trace:	libp2p_test.go:207
          	            				asm_amd64.s:1371
          	Error:      	Received unexpected error:
          	            	failed to dial QmRqjPgN9EYBZcEK9qHMuKKrQGutmWumy2LkhBauAy2Fgs:
          	            	  * [/ip4/10.79.9.10/tcp/49467] failed to negotiate security protocol: error reading handshake message: read tcp4 10.79.9.10:49468->10.79.9.10:49467: read: connection reset by peer
          	            	  * [/ip4/127.0.0.1/tcp/49467] failed to negotiate security protocol: failed to secure inbound connection: error reading handshake message: read tcp4 127.0.0.1:49468->127.0.0.1:49467: read: connection reset by peer
          	Test:       	TestTcpSimultaneousConnect
  --- FAIL: TestTcpSimultaneousConnect (1.25s)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug A bug in existing code (including security flaws)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant