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

holepunch: flaky TestEndToEndSimConnect #1732

Open
marten-seemann opened this issue Sep 2, 2022 · 1 comment
Open

holepunch: flaky TestEndToEndSimConnect #1732

marten-seemann opened this issue Sep 2, 2022 · 1 comment
Assignees
Labels
kind/bug A bug in existing code (including security flaws)

Comments

@marten-seemann
Copy link
Contributor

Might be related to #1494, #1281.

=== RUN   TestEndToEndSimConnect
    holepunch_test.go:327: 
        	Error Trace:	/home/runner/work/go-libp2p/go-libp2p/p2p/protocol/holepunch/holepunch_test.go:327
        	            				/home/runner/work/go-libp2p/go-libp2p/p2p/protocol/holepunch/holepunch_test.go:119
        	Error:      	Condition never satisfied
        	Test:       	TestEndToEndSimConnect
--- FAIL: TestEndToEndSimConnect (5.06s)
@marten-seemann marten-seemann added the kind/bug A bug in existing code (including security flaws) label Sep 2, 2022
@marten-seemann
Copy link
Contributor Author

=== RUN   TestEndToEndSimConnect
2022-11-17T18:27:44.912+1300	DEBUG	p2p-holepunch	holepunch/svc.go:95	waiting until we have at least one public addresspeer12D3KooWDioWCdBb1sdHJrTmrperPcvyxS5wjSQ7XYSdhas3Moe5
2022-11-17T18:27:44.912+1300	DEBUG	p2p-holepunch	holepunch/svc.go:107	Host now has a public address. Starting holepunch protocol.
2022-11-17T18:27:44.965+1300	DEBUG	p2p-holepunch	holepunch/svc.go:95	waiting until we have at least one public addresspeer12D3KooWLVRoL4xxJ1W8nQ7NKJdXgJCopFePJcSYUgzD5fXVUq2d
2022-11-17T18:27:44.965+1300	DEBUG	p2p-holepunch	holepunch/svc.go:107	Host now has a public address. Starting holepunch protocol.
2022-11-17T18:27:48.306+1300	DEBUG	p2p-holepunch	holepunch/util.go:65	hole punch attempt with peer failed	{"peer ID": "12D3KooWAtEfYjEqs9FgnzxyKVMcqi99FSqnLYq4fTp9JKS3bHc1", "error": "swarm closed"}
2022-11-17T18:27:48.577+1300	DEBUG	p2p-holepunch	holepunch/util.go:65	hole punch attempt with peer failed	{"peer ID": "12D3KooWMoSdV78bVaCRGma1fa4njGkv3TT1a7wViocjZkf4bWcU", "error": "swarm closed"}
2022-11-17T18:27:48.853+1300	DEBUG	p2p-holepunch	holepunch/util.go:65	hole punch attempt with peer failed	{"peer ID": "12D3KooWCvoBPXB2rT19YGEvAEbCR9nVQBRnLbURSNiHFdP3Qdak", "error": "context deadline exceeded"}
2022-11-17T18:27:49.139+1300	DEBUG	p2p-holepunch	holepunch/util.go:65	hole punch attempt with peer failed	{"peer ID": "12D3KooWQDgPQAfjGaSwTnzddrXUHiZJAhxXT8vET6tAo7Dx8hM4", "error": "swarm closed"}
2022-11-17T18:27:49.426+1300	DEBUG	p2p-holepunch	holepunch/util.go:65	hole punch attempt with peer failed	{"peer ID": "12D3KooWPFGod77pB6dPKgdFZBKs75QnvmPb6QndcmEabYSWX2Lp", "error": "swarm closed"}
2022-11-17T18:27:49.698+1300	DEBUG	p2p-holepunch	holepunch/util.go:65	hole punch attempt with peer failed	{"peer ID": "12D3KooWSyA8Bxhbo8ievJ2sRDni5cxV7PD2FP7ZQ5D6gQUsDq5R", "error": "swarm closed"}
    holepunch_test.go:327: 
        	Error Trace:	/home/parallels/src/go/src/github.com/libp2p/go-libp2p/p2p/protocol/holepunch/holepunch_test.go:327
        	            				/home/parallels/src/go/src/github.com/libp2p/go-libp2p/p2p/protocol/holepunch/holepunch_test.go:119
        	Error:      	Condition never satisfied
        	Test:       	TestEndToEndSimConnect
--- FAIL: TestEndToEndSimConnect (5.06s)

@marten-seemann marten-seemann self-assigned this Nov 17, 2022
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

No branches or pull requests

1 participant