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 TestStreamsStress (panic) #1287

Closed
marten-seemann opened this issue Jan 9, 2022 · 0 comments · Fixed by #1288
Closed

flaky TestStreamsStress (panic) #1287

marten-seemann opened this issue Jan 9, 2022 · 0 comments · Fixed by #1288
Labels
kind/bug A bug in existing code (including security flaws)

Comments

@marten-seemann
Copy link
Contributor

  === RUN   TestStreamsStress
  2022-01-09T11:24:57.112Z	ERROR	boguskey	[email protected]/key.go:63	TestBogusPrivateKey.Sign -- this better be a test!
  2022-01-09T11:24:57.117Z	ERROR	boguskey	[email protected]/key.go:63	TestBogusPrivateKey.Sign -- this better be a test!
  2022-01-09T11:24:57.120Z	ERROR	boguskey	[email protected]/key.go:63	TestBogusPrivateKey.Sign -- this better be a test!
  2022-01-09T11:24:57.123Z	ERROR	boguskey	[email protected]/key.go:63	TestBogusPrivateKey.Sign -- this better be a test!
  2022-01-09T11:24:57.125Z	ERROR	boguskey	[email protected]/key.go:63	TestBogusPrivateKey.Sign -- this better be a test!
  2022-01-09T11:24:57.127Z	ERROR	boguskey	[email protected]/key.go:63	TestBogusPrivateKey.Sign -- this better be a test!
  2022-01-09T11:24:57.129Z	ERROR	boguskey	[email protected]/key.go:63	TestBogusPrivateKey.Sign -- this better be a test!
  2022-01-09T11:24:57.130Z	ERROR	boguskey	[email protected]/key.go:63	TestBogusPrivateKey.Sign -- this better be a test!
  2022-01-09T11:24:57.132Z	ERROR	boguskey	[email protected]/key.go:63	TestBogusPrivateKey.Sign -- this better be a test!
  2022-01-09T11:24:57.134Z	ERROR	boguskey	[email protected]/key.go:63	TestBogusPrivateKey.Sign -- this better be a test!
  2022-01-09T11:24:57.138Z	ERROR	boguskey	[email protected]/key.go:63	TestBogusPrivateKey.Sign -- this better be a test!
  2022-01-09T11:24:57.140Z	ERROR	boguskey	[email protected]/key.go:63	TestBogusPrivateKey.Sign -- this better be a test!
  2022-01-09T11:24:57.142Z	ERROR	boguskey	[email protected]/key.go:63	TestBogusPrivateKey.Sign -- this better be a test!
  2022-01-09T11:24:57.144Z	ERROR	boguskey	[email protected]/key.go:63	TestBogusPrivateKey.Sign -- this better be a test!
  2022-01-09T11:24:57.147Z	ERROR	boguskey	[email protected]/key.go:63	TestBogusPrivateKey.Sign -- this better be a test!
  2022-01-09T11:24:57.149Z	ERROR	boguskey	[email protected]/key.go:63	TestBogusPrivateKey.Sign -- this better be a test!
  2022-01-09T11:24:57.151Z	ERROR	boguskey	[email protected]/key.go:63	TestBogusPrivateKey.Sign -- this better be a test!
  2022-01-09T11:24:57.153Z	ERROR	boguskey	[email protected]/key.go:63	TestBogusPrivateKey.Sign -- this better be a test!
  2022-01-09T11:24:57.157Z	ERROR	boguskey	[email protected]/key.go:63	TestBogusPrivateKey.Sign -- this better be a test!
  2022-01-09T11:24:57.161Z	ERROR	boguskey	[email protected]/key.go:63	TestBogusPrivateKey.Sign -- this better be a test!
  2022-01-09T11:24:57.165Z	ERROR	boguskey	[email protected]/key.go:63	TestBogusPrivateKey.Sign -- this better be a test!
  2022-01-09T11:24:57.173Z	ERROR	boguskey	[email protected]/key.go:63	TestBogusPrivateKey.Sign -- this better be a test!
  2022-01-09T11:24:57.185Z	ERROR	boguskey	[email protected]/key.go:63	TestBogusPrivateKey.Sign -- this better be a test!
  2022-01-09T11:24:57.189Z	ERROR	boguskey	[email protected]/key.go:63	TestBogusPrivateKey.Sign -- this better be a test!
  2022-01-09T11:24:57.192Z	ERROR	boguskey	[email protected]/key.go:63	TestBogusPrivateKey.Sign -- this better be a test!
  2022-01-09T11:24:57.196Z	ERROR	boguskey	[email protected]/key.go:63	TestBogusPrivateKey.Sign -- this better be a test!
  2022-01-09T11:24:57.199Z	ERROR	boguskey	[email protected]/key.go:63	TestBogusPrivateKey.Sign -- this better be a test!
  2022-01-09T11:24:57.202Z	ERROR	boguskey	[email protected]/key.go:63	TestBogusPrivateKey.Sign -- this better be a test!
  2022-01-09T11:24:57.208Z	ERROR	boguskey	[email protected]/key.go:63	TestBogusPrivateKey.Sign -- this better be a test!
  2022-01-09T11:24:57.211Z	ERROR	boguskey	[email protected]/key.go:63	TestBogusPrivateKey.Sign -- this better be a test!
  panic: send on closed channel
  
  goroutine 76517 [running]:
  github.com/libp2p/go-libp2p/p2p/net/mock.makePonger.func1.1(0x103bb68, 0xc00174d000, 0xd27ed9, 0x8, 0xc002dfcfc0)
  	/home/runner/work/go-libp2p/go-libp2p/p2p/net/mock/mock_test.go:346 +0x48a
  created by github.com/libp2p/go-libp2p/p2p/net/mock.makePonger.func1
  	/home/runner/work/go-libp2p/go-libp2p/p2p/net/mock/mock_test.go:337 +0x85
  FAIL	github.com/libp2p/go-libp2p/p2p/net/mock	47.439s
  ?   	github.com/libp2p/go-libp2p/p2p/protocol/circuitv1/pb	[no test files]
  ?   	github.com/libp2p/go-libp2p/p2p/protocol/circuitv1/relay	[no test files]
@marten-seemann marten-seemann added the kind/bug A bug in existing code (including security flaws) label Jan 9, 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

Successfully merging a pull request may close this issue.

1 participant