Julia lang: validating an implementation attempt

195 views
Skip to first unread message

M. Schulze

unread,
Mar 6, 2021, 3:42:53 AM3/6/21
to grpc.io

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

Menghan Li

unread,
Mar 17, 2021, 1:30:12 PM3/17/21
to grpc.io
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

Reply all
Reply to author
Forward
0 new messages