More interop test clean up
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
use crate::pb::{self, *};
|
use crate::pb::{self, *};
|
||||||
use async_stream::try_stream;
|
use async_stream::try_stream;
|
||||||
use futures_util::{TryStreamExt, StreamExt, stream};
|
use futures_util::{stream, StreamExt, TryStreamExt};
|
||||||
use std::pin::Pin;
|
use std::pin::Pin;
|
||||||
use std::time::{Duration, Instant};
|
use std::time::{Duration, Instant};
|
||||||
use tonic::{Code, Request, Response, Status};
|
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 -- \
|
cargo run -p tonic-interop --bin client -- \
|
||||||
--test_case=empty_unary,large_unary,client_streaming,server_streaming,ping_pong,\
|
--test_case=empty_unary,large_unary,client_streaming,server_streaming,ping_pong,\
|
||||||
empty_stream,status_code_and_message
|
empty_stream,status_code_and_message,special_status_message $ARG
|
||||||
# special_status_message,unimplemented_method,\
|
# unimplemented_method,unimplemented_service,custom_metadata
|
||||||
# unimplemented_service,custom_metadata $ARG
|
|
||||||
|
|||||||
Reference in New Issue
Block a user