diff options
author | Yang Gao <yangg@google.com> | 2015-03-06 10:03:25 -0800 |
---|---|---|
committer | Yang Gao <yangg@google.com> | 2015-03-06 10:03:25 -0800 |
commit | df6e45c52a40aca45485cc087f11134d4714954e (patch) | |
tree | 713eb3b31c87425bb79606bdc9ceddc4532e4361 /tools/gce_setup/interop_test_runner.sh | |
parent | 1c40233814db12cca53857241c7314b8ef14ea54 (diff) | |
parent | ee092fcc62bdbae5d5351ad67661c84ff92e33c9 (diff) |
Merge branch 'master' into untypedAPI
Diffstat (limited to 'tools/gce_setup/interop_test_runner.sh')
-rwxr-xr-x | tools/gce_setup/interop_test_runner.sh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tools/gce_setup/interop_test_runner.sh b/tools/gce_setup/interop_test_runner.sh index 5f8c0e7064..ebc631c1fd 100755 --- a/tools/gce_setup/interop_test_runner.sh +++ b/tools/gce_setup/interop_test_runner.sh @@ -35,8 +35,9 @@ echo $result_file_name main() { source grpc_docker.sh - test_cases=(large_unary empty_unary ping_pong client_streaming server_streaming cancel_after_begin cancel_after_first_response) - clients=(cxx java go ruby node) + # temporarily remove ping_pong and cancel_after_first_response while investigating timeout + test_cases=(large_unary empty_unary client_streaming server_streaming cancel_after_begin) + clients=(cxx java go ruby node csharp_mono) servers=(cxx java go ruby node python) for test_case in "${test_cases[@]}" do |