ipfs / kubo

An IPFS implementation in Go
https://docs.ipfs.tech/how-to/command-line-quick-start/
Other
16.09k stars 3.01k forks source link

Run JS interface tests (js-kubo-rpc-client) on CI #8450

Open lidel opened 3 years ago

lidel commented 3 years ago

Right now, js-ipfs runs tests that ensure js-ipfs-http-client works against the last go-ipfs release. This has a downside of being a late feedback loop – if go-ipfs breaks something in the HTTP client for JS, we learn about it too late.

We should run js-ipfs interface tests in go-ipfs CI to get early feedback and have time to fix any regressions.

Implementation details

tinytb commented 1 year ago

Updated title to reflect the (new) http client that we need tested in kubo CI. https://github.com/ipfs/js-kubo-rpc-client

Can the kubo team take this on?

SgtPooki commented 1 year ago

related: https://github.com/ipfs/js-kubo-rpc-client/issues/77

SgtPooki commented 1 year ago

I can look into this if this is something we want to prioritize @lidel