Update deps and tower releases

This commit is contained in:
Lucio Franco
2019-09-11 22:35:47 -04:00
parent fd1029f967
commit fe1e040975
11 changed files with 77 additions and 29 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ bytes = "0.4"
http = "0.1"
futures-core-preview = "=0.3.0-alpha.18"
futures-util-preview = "=0.3.0-alpha.18"
async-stream = { git = "https://github.com/tokio-rs/async-stream" }
async-stream = "0.1.1"
console = "0.7"
structopt = "0.2"
+4 -2
View File
@@ -9,6 +9,8 @@ case "$OSTYPE" in
*) exit 2 ;;
esac
cargo build -p tonic-interop --bins
ARG="${1:-""}"
SERVER="tonic-interop/bin/server_${OS}_amd64"
@@ -25,7 +27,7 @@ echo ":; started grpc-go test server."
# regardless of why (errors, SIGTERM, etc).
trap 'echo ":; killing test server"; kill ${SERVER_PID};' EXIT
cargo run -p tonic-interop --bin client -- \
./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,\
unimplemented_service,custom_metadata $ARG
@@ -41,7 +43,7 @@ echo ":; started tonic test server."
# regardless of why (errors, SIGTERM, etc).
trap 'echo ":; killing test server"; kill ${SERVER_PID};' EXIT
cargo run -p tonic-interop --bin client -- \
./target/debug/client \
--test_case=empty_unary,large_unary,client_streaming,server_streaming,ping_pong,\
empty_stream,status_code_and_message,special_status_message $ARG
# unimplemented_method,unimplemented_service,custom_metadata