Open SgtPooki opened 2 years ago
@lidel it would be useful to get your thoughts on how this could overlap with some of the specs work you're doing.
Hm.. need to decide on the resolution we want to operate at.
Something like https://libp2p.io/implementations/ with discrete features such as
per implementation ?
In gui triage, Lidel said that Robin Berjon will be in Lisbon, and he worked on web-platform-tests, so we could pick his brain during IPFS Camp.
I agree with @lidel that a good first step is something static that implementations can PR (we probably want them to PR some data rather than an HTML page directly, but that's a detail).
Building something like WPT certainly takes time, even if we will probably never need to get to the 1.8m tests that they have. All that the initial version did was bring together a few thousand tests in a central place and unified test runner that crashed browsers more often than not. There was a fair bit of time before that led to results being collected and reported on. I suspect we'll have to start with a similar MVP!
Introduction
This is a work-in-progress proposal for creating a new product/tool that would benefit the IPFS ecosystem.
The idea is to create a tool that acts as a mashup of ipfs/interop & ipfs-shipyard/pinning-service-compliance where IPFS implementations (js-ipfs, iroh, kubo) can be displayed. Its intent wouldn't be to ensure interoperability but display interoperability gaps.
Goal
The goal of this new product/feature is multi-purpose:
Things that we shouldn't cover
dag-*
support. Show thatdag-cbor
(or whatever is currently recommended) blocks can be added, removed, etc..Proposal (TBD)
A lot of the work for this tool already exists elsewhere, so I don't want to duplicate that work. Instead, we should utilize existing tools to perform the functionality testing, and instead, focus this tool on rendering the resulting pass/fail for displayed features.
How we could consolidate the existing tests without duplicating work still needs to be fleshed out, but I wanted to ensure I wrote down my thoughts on this before investing too heavily.
Additional thoughts
dag-*
and other microcosms of functionality) in the future, but I don't think we should start there.ipfs/interop
to be the foundation for this product, and make it easier to add implementations and feature tests.