Closed haadcode closed 6 years ago
I believe we're hitting the same bug with go-ipfs 0.4.17 (latest) as in https://github.com/orbitdb/orbit-db/pull/417 and the replication tests some times fail (in short: peers don't connect on pubsub level even though they're connected on peer-level, bug reported here https://github.com/libp2p/go-floodsub/issues/93).
With 0.4.10 the tests seem to run successfully.
This seems to be fixed now with go-ipfs 0.4.17 (latest). The fix was to not connect peers manually before starting the tests and let go-ipfs handle it through peer discovery.
LGTM :tada: :smiley:
Thanks 👍
This PR will add support running tests with go-ipfs.
Changes: