go-libp2p-circuit icon indicating copy to clipboard operation
go-libp2p-circuit copied to clipboard

Interop tests for circuit reconnect fail

Open achingbrain opened this issue 6 years ago • 3 comments

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?

achingbrain avatar Oct 23 '19 12:10 achingbrain

Quite a few things have changed, but the only important change in behaviour is in #76.

vyzo avatar Oct 23 '19 12:10 vyzo

@achingbrain have you tested older versions of go-ipfs?

Stebalien avatar Oct 24 '19 06:10 Stebalien

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.

achingbrain avatar Oct 24 '19 09:10 achingbrain