The grpc project provides a test suite description for interoperability tests. It would be useful to provide an implementation of that for ocaml-grpc testing against other popular grpc implementations like Go or Rust.
Requirements:
[ ] Scripting to download and run Go implementation
[ ] Implementation of LWT client / server for interop
[ ] Implementation of Eio client / server for interop
[ ] Implementation of Core client / server for interop
[ ] Integration with GitHub actions
[ ] Runnable script for local development.
I expect following on from this there will be interoperability bugs to fix.
The grpc project provides a test suite description for interoperability tests. It would be useful to provide an implementation of that for
ocaml-grpc
testing against other popular grpc implementations like Go or Rust.Requirements:
I expect following on from this there will be interoperability bugs to fix.