GRPC-Kotlin-Multiplatform icon indicating copy to clipboard operation
GRPC-Kotlin-Multiplatform copied to clipboard

Add rpc test cases

Open TimOrtel opened this issue 3 years ago • 1 comments

Currently, only serialization and message creation is tested (which internally tests the entire code generation).

However, test cases should be added that send RPCs to a local test server and verify the response. For this, maybe a task can be created that launches such a server.

TimOrtel avatar Oct 25 '22 11:10 TimOrtel

This is now implemented for iOS and JVM. I do not know yet, what the best way to get the envoy for js running is.

TimOrtel avatar Oct 25 '22 20:10 TimOrtel

We now have docker test cases.

TimOrtel avatar Feb 26 '24 20:02 TimOrtel