From 3d9d408109fac6a8b95988a5e46f86331227fb8d Mon Sep 17 00:00:00 2001 From: Lizan Zhou Date: Wed, 15 Feb 2017 16:31:48 -0800 Subject: [PATCH] remove undefined flag of Go stress client --- script/test-grpc-interop | 1 - 1 file changed, 1 deletion(-) diff --git a/script/test-grpc-interop b/script/test-grpc-interop index 9ba27abfe..c1b676472 100755 --- a/script/test-grpc-interop +++ b/script/test-grpc-interop @@ -96,7 +96,6 @@ while true; do --test_duration_secs "${RUN_LENGTH}" \ --num_channels_per_server 200 \ --num_stubs_per_channel 1 \ - --do_not_abort_on_transient_failures false \ --test_cases "${TEST_CASES}" \ && ((SUCCESS_TIME += RUN_LENGTH))