Add layers

This commit is contained in:
Lucio Franco
2019-09-16 18:27:54 -04:00
parent 22bb41b7c9
commit d6f4d49e2e
9 changed files with 174 additions and 55 deletions
+4
View File
@@ -27,6 +27,8 @@ echo ":; started grpc-go test server."
# regardless of why (errors, SIGTERM, etc).
trap 'echo ":; killing test server"; kill ${SERVER_PID};' EXIT
sleep 1
./target/debug/client \
--test_case=empty_unary,large_unary,client_streaming,server_streaming,ping_pong,\
empty_stream,status_code_and_message,special_status_message,unimplemented_method,\
@@ -43,6 +45,8 @@ echo ":; started tonic test server."
# regardless of why (errors, SIGTERM, etc).
trap 'echo ":; killing test server"; kill ${SERVER_PID};' EXIT
sleep 1
./target/debug/client \
--test_case=empty_unary,large_unary,client_streaming,server_streaming,ping_pong,\
empty_stream,status_code_and_message,special_status_message,unimplemented_method $ARG