More interop test clean up
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
use crate::pb::{self, *};
|
||||
use async_stream::try_stream;
|
||||
use futures_util::{TryStreamExt, StreamExt, stream};
|
||||
use futures_util::{stream, StreamExt, TryStreamExt};
|
||||
use std::pin::Pin;
|
||||
use std::time::{Duration, Instant};
|
||||
use tonic::{Code, Request, Response, Status};
|
||||
|
||||
@@ -43,6 +43,6 @@ trap 'echo ":; killing test server"; kill ${SERVER_PID};' EXIT
|
||||
|
||||
cargo run -p tonic-interop --bin 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
|
||||
empty_stream,status_code_and_message,special_status_message $ARG
|
||||
# unimplemented_method,unimplemented_service,custom_metadata
|
||||
|
||||
|
||||
Reference in New Issue
Block a user