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

pstoremanager: test timeout #1585

Closed
marten-seemann opened this issue Jun 1, 2022 · 0 comments · Fixed by #1588
Closed

pstoremanager: test timeout #1585

marten-seemann opened this issue Jun 1, 2022 · 0 comments · Fixed by #1588
Assignees
Labels
kind/bug A bug in existing code (including security flaws)

Comments

@marten-seemann
Copy link
Contributor

panic: test timed out after 10m0s
  
  goroutine 50 [running]:
  testing.(*M).startAlarm.func1()
  	/Users/runner/hostedtoolcache/go/1.17.10/x64/src/testing/testing.go:1788 +0x8e
  created by time.goFunc
  	/Users/runner/hostedtoolcache/go/1.17.10/x64/src/time/sleep.go:180 +0x31
  
  goroutine 1 [chan receive, 9 minutes]:
  testing.tRunner.func1()
  	/Users/runner/hostedtoolcache/go/1.17.10/x64/src/testing/testing.go:1225 +0x311
  testing.tRunner(0xc000102b60, 0xc0001d1ce0)
  	/Users/runner/hostedtoolcache/go/1.17.10/x64/src/testing/testing.go:1265 +0x13b
  testing.runTests(0xc00099a280, {0x5356b40, 0x3, 0x3}, {0x408c0ad, 0x1a, 0x55e34e0})
  	/Users/runner/hostedtoolcache/go/1.17.10/x64/src/testing/testing.go:1596 +0x43f
  testing.(*M).Run(0xc00099a280)
  	/Users/runner/hostedtoolcache/go/1.17.10/x64/src/testing/testing.go:1504 +0x51d
  main.main()
  	_testmain.go:651 +0x20a
  
  goroutine 42 [chan receive, 10 minutes]:
  github.com/libp2p/go-libp2p/p2p/host/pstoremanager_test.TestClose(0xc000102d00)
  	/Users/runner/work/go-libp2p/go-libp2p/p2p/host/pstoremanager/pstoremanager_test.go:97 +0x3c5
  testing.tRunner(0xc000103[380](https://github.com/libp2p/go-libp2p/runs/6681155337?check_suite_focus=true#step:7:382), 0x4bb25f0)
  	/Users/runner/hostedtoolcache/go/1.17.10/x64/src/testing/testing.go:1259 +0x102
  created by testing.(*T).Run
  	/Users/runner/hostedtoolcache/go/1.17.10/x64/src/testing/testing.go:1306 +0x35a
  FAIL	github.com/libp2p/go-libp2p/p2p/host/pstoremanager	600.587s
@marten-seemann marten-seemann added the kind/bug A bug in existing code (including security flaws) label Jun 1, 2022
@MarcoPolo MarcoPolo self-assigned this Jun 1, 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.

2 participants