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
It happens sometimes. Need to investigate more for the cause.
$ go test -v
=== RUN TestListeningShards
--- PASS: TestListeningShards (0.00s)
=== RUN TestNodeListeningShards
2018/07/24 18:17:30 I am /ip4/127.0.0.1/tcp/10000/ipfs/QmS5QmciTXXnCUCyxud5eWFenUMAmvAWSDa1c7dvdXRMZ7
--- PASS: TestNodeListeningShards (0.45s)
=== RUN TestPeerListeningShards
2018/07/24 18:17:31 I am /ip4/127.0.0.1/tcp/10000/ipfs/QmS5QmciTXXnCUCyxud5eWFenUMAmvAWSDa1c7dvdXRMZ7
--- PASS: TestPeerListeningShards (0.47s)
=== RUN TestAddPeer
2018/07/24 18:17:31 I am /ip4/127.0.0.1/tcp/10000/ipfs/QmS5QmciTXXnCUCyxud5eWFenUMAmvAWSDa1c7dvdXRMZ7
2018/07/24 18:17:32 I am /ip4/127.0.0.1/tcp/10001/ipfs/QmexAnfpHrhMmAC5UNQVS8iBuUUgDrMbMY17Cck2gKrqeX
2018/07/24 18:17:32 <Node 0 S5Qmci>: Sending addPeer to: <peer.ID exAnfp>....
2018/07/24 18:17:37 dial attempt failed: <peer.ID S5Qmci> --> <peer.ID exAnfp> dial attempt failed: context deadline exceeded
The text was updated successfully, but these errors were encountered:
mhchia
changed the title
AddPeer fails in go test: dial attempt failed, context deadline exceededAddPeer fails when go test: dial attempt failed, context deadline exceeded
Jul 24, 2018
It happens sometimes. Need to investigate more for the cause.
The text was updated successfully, but these errors were encountered: