There's a set of interop tests defined in: https://github.com/grpc/grpc/blob/master/doc/interop-test-descriptions.md
If you implement the client/server, you can run the tests as Julia to Julia, or between Julia and other languages. Some basic tests to start with are: empty_unary, client_streaming, server_streaming, ping_pong. And there are also tests for more features, like custom_metadata, status_code_and_message, cancellation, timeout. The implementation is available in many languages, e.g. this is for cpp: https://github.com/grpc/grpc/tree/master/test/cpp/interop On Saturday, March 6, 2021 at 12:42:53 AM UTC-8 [email protected] wrote: > > Hello, > > we are working on an implementation of gRPC in Julia lang and it would be > great if we could get some help with testing to see what is missing. > > The package we made work again is here: > https://github.com/tanmaykm/gRPC.jl > > Things have been talked about here as well: > https://github.com/grpc/grpc/issues/24786 > > Maybe this is a better place though. > > Thanks for consideration. > Best regards, > Mark > -- You received this message because you are subscribed to the Google Groups "grpc.io" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/f8db3f93-587c-4a37-b1d1-ee828d7777f1n%40googlegroups.com.
