You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is probably easiest to debug on the branch on which we merge the transport test suite into go-libp2p (the failure also occurred before, now we just have all the code in one place): #1496
Not 100%, but probably I haven't.
I think this is very likely due to
stream_suite.go:143: s.Write(buf): write tcp4 127.0.0.1:50776->127.0.0.1:50774: write: no buffer space available
We could either go and increase TCP buffer sizes, or tame the test. There's probably little added value testing 50 connections as compared to test 5 or 10.
Some of our TCP transport tests are failing randomly.
Failing run: https://github.com/libp2p/go-libp2p/runs/6488638370?check_suite_focus=true
This is probably easiest to debug on the branch on which we merge the transport test suite into go-libp2p (the failure also occurred before, now we just have all the code in one place): #1496
The text was updated successfully, but these errors were encountered: