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

CI Flakiness around TestQUICAndWebTransport #1922

Closed
MarcoPolo opened this issue Nov 29, 2022 · 2 comments
Closed

CI Flakiness around TestQUICAndWebTransport #1922

MarcoPolo opened this issue Nov 29, 2022 · 2 comments

Comments

@MarcoPolo
Copy link
Collaborator

https://github.com/libp2p/go-libp2p/actions/runs/3570089347/jobs/6000726079

This times out while waiting to close the host.

@marten-seemann
Copy link
Contributor

Another failure in https://github.com/libp2p/go-libp2p/actions/runs/4121012639/jobs/7116306268

The interesting Go routine is this one:

 goroutine 290 [select, 9 minutes]:
  github.com/libp2p/go-libp2p/p2p/host/basic.(*BasicHost).dialPeer(0xc000160f00, {0x1a78d30, 0xc00004a128}, {0xc001046a50, 0x26})
  	/home/runner/work/go-libp2p/go-libp2p/p2p/host/basic/basic_host.go:726 +0x28b
  github.com/libp2p/go-libp2p/p2p/host/basic.(*BasicHost).Connect(0xc000160f00, {0x1a78d30, 0xc00004a128}, {{0xc001046a50, 0x26}, {0xc000eff9c0, 0x3, 0x4}})
  	/home/runner/work/go-libp2p/go-libp2p/p2p/host/basic/basic_host.go:709 +0x1f8
  github.com/libp2p/go-libp2p/p2p/test/quic_test.TestQUICAndWebTransport(0xc000e8b040)
  	/home/runner/work/go-libp2p/go-libp2p/p2p/test/quic/quic_test.go:151 +0x7f9
  testing.tRunner(0xc000e8b040, 0x1853778)
  	/opt/hostedtoolcache/go/1.19.5/x64/src/testing/testing.go:1446 +0x217
  created by testing.(*T).Run
  	/opt/hostedtoolcache/go/1.19.5/x64/src/testing/testing.go:1493 +0x75e

The timeout happens when waiting for IdentifyWait:

select {
case <-h.ids.IdentifyWait(c):
case <-ctx.Done():
return ctx.Err()
}

@MarcoPolo
Copy link
Collaborator Author

Hasn't happened lately

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

No branches or pull requests

2 participants