go-libp2p-circuit
go-libp2p-circuit copied to clipboard
Interop tests for circuit reconnect fail
I hope this is the correct place to open this.
https://github.com/ipfs/interop/pull/57 adds interop tests for circuit reconnect but they appear to be failing:
1) circuit
go-go-go
reconnect:
Error: Timeout of 80000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (/home/travis/build/ipfs/interop/test/node.js)
The test runs in js, but it's only used to orchestrate the three go-IPFS nodes via the HTTP API.
Has something in a recent release of go-libp2p-circuit changed?
Quite a few things have changed, but the only important change in behaviour is in #76.
@achingbrain have you tested older versions of go-ipfs?
No, only what’s bundled with the interop tests as I was just trying to put a dent in the PR backlog for that repo.