ipfs-rust/libp2p-bitswap

Compat feature test fails

dariusc93 opened this issue · 2 comments

Compat feature fails test with

thread 'behaviour::tests::compat_test' panicked at 'Some(Complete(QueryId(0), Err(Failed to retrieve block QmXQsqVRpp2W7fbYZHi4aB2Xkqfd3DpwWskZoLVEYigMKC.))) is not a complete event', src/behaviour.rs:840:13
rkuhn commented

Yes, it tries to connect to some IP address and fetch some data, but that IP address doesn’t answer on port 4001. Should we switch to some well-known Cid that is served by some well-known IPFS gateway?

rkuhn commented

I’ve done this in 8449025: using the first entry in the go-ipfs bootstrap node list installed by default, and a Cid corresponding to the Apache 2 LICENSE file.

Thanks for noticing!