diff options
author | Julien Boeuf <jboeuf@google.com> | 2015-05-21 10:06:10 -0700 |
---|---|---|
committer | Julien Boeuf <jboeuf@google.com> | 2015-05-21 10:06:10 -0700 |
commit | bd024536e5dbc0f2a20210a6ee8438bcf393793c (patch) | |
tree | db34b07ee87275dec8db8a7c0669383fc0d40128 /tools | |
parent | 83b029726b3b110a79e7432427e1050371b26dce (diff) | |
parent | 72b0f3a99e82d58778846278cde2770ffdadc278 (diff) |
Merge branch 'master' of github.com:grpc/grpc into server_auth_context
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/gce_setup/grpc_docker.sh | 2 | ||||
-rwxr-xr-x | tools/run_tests/jobset.py | 5 | ||||
-rw-r--r-- | tools/run_tests/tests.json | 151 |
3 files changed, 155 insertions, 3 deletions
diff --git a/tools/gce_setup/grpc_docker.sh b/tools/gce_setup/grpc_docker.sh index 0d50d2d451..123d0615b4 100755 --- a/tools/gce_setup/grpc_docker.sh +++ b/tools/gce_setup/grpc_docker.sh @@ -873,7 +873,7 @@ grpc_launch_servers() { # Launch servers on windows. grpc_launch_windows_servers() { - local host='jtattermusch-interop-windows2' + local host='grpc-windows-interop1' local killcmd="ps -e | grep Grpc.IntegrationTesting | awk '{print \\\$1}' | xargs kill -9" echo "killing all servers and clients on $host with command $killcmd" gcloud compute $project_opt ssh $zone_opt stoked-keyword-656@grpc-windows-proxy --command "ssh $host \"$killcmd\"" diff --git a/tools/run_tests/jobset.py b/tools/run_tests/jobset.py index 28b7d30371..a58071ee35 100755 --- a/tools/run_tests/jobset.py +++ b/tools/run_tests/jobset.py @@ -209,8 +209,9 @@ class Job(object): self._state = _FAILURE self._tempfile.seek(0) stdout = self._tempfile.read() - message('FAILED', '%s [ret=%d]' % ( - self._spec.shortname, self._process.returncode), stdout, do_newline=True) + message('FAILED', '%s [ret=%d, pid=%d]' % ( + self._spec.shortname, self._process.returncode, self._process.pid), + stdout, do_newline=True) else: self._state = _SUCCESS message('PASSED', '%s [time=%.1fsec]' % (self._spec.shortname, elapsed), diff --git a/tools/run_tests/tests.json b/tools/run_tests/tests.json index 64d0c8730d..c4438e53b5 100644 --- a/tools/run_tests/tests.json +++ b/tools/run_tests/tests.json @@ -608,6 +608,24 @@ { "flaky": false, "language": "c++", + "name": "async_streaming_ping_pong_test", + "platforms": [ + "windows", + "posix" + ] + }, + { + "flaky": false, + "language": "c++", + "name": "async_unary_ping_pong_test", + "platforms": [ + "windows", + "posix" + ] + }, + { + "flaky": false, + "language": "c++", "name": "channel_arguments_test", "platforms": [ "windows", @@ -689,6 +707,24 @@ { "flaky": false, "language": "c++", + "name": "sync_streaming_ping_pong_test", + "platforms": [ + "windows", + "posix" + ] + }, + { + "flaky": false, + "language": "c++", + "name": "sync_unary_ping_pong_test", + "platforms": [ + "windows", + "posix" + ] + }, + { + "flaky": false, + "language": "c++", "name": "thread_pool_test", "platforms": [ "windows", @@ -932,6 +968,15 @@ { "flaky": false, "language": "c", + "name": "chttp2_fake_security_server_finishes_request_test", + "platforms": [ + "windows", + "posix" + ] + }, + { + "flaky": false, + "language": "c", "name": "chttp2_fake_security_simple_delayed_request_test", "platforms": [ "windows", @@ -1184,6 +1229,15 @@ { "flaky": false, "language": "c", + "name": "chttp2_fullstack_server_finishes_request_test", + "platforms": [ + "windows", + "posix" + ] + }, + { + "flaky": false, + "language": "c", "name": "chttp2_fullstack_simple_delayed_request_test", "platforms": [ "windows", @@ -1411,6 +1465,14 @@ { "flaky": false, "language": "c", + "name": "chttp2_fullstack_uds_posix_server_finishes_request_test", + "platforms": [ + "posix" + ] + }, + { + "flaky": false, + "language": "c", "name": "chttp2_fullstack_uds_posix_simple_delayed_request_test", "platforms": [ "posix" @@ -1660,6 +1722,15 @@ { "flaky": false, "language": "c", + "name": "chttp2_simple_ssl_fullstack_server_finishes_request_test", + "platforms": [ + "windows", + "posix" + ] + }, + { + "flaky": false, + "language": "c", "name": "chttp2_simple_ssl_fullstack_simple_delayed_request_test", "platforms": [ "windows", @@ -1912,6 +1983,15 @@ { "flaky": false, "language": "c", + "name": "chttp2_simple_ssl_with_oauth2_fullstack_server_finishes_request_test", + "platforms": [ + "windows", + "posix" + ] + }, + { + "flaky": false, + "language": "c", "name": "chttp2_simple_ssl_with_oauth2_fullstack_simple_delayed_request_test", "platforms": [ "windows", @@ -2164,6 +2244,15 @@ { "flaky": false, "language": "c", + "name": "chttp2_socket_pair_server_finishes_request_test", + "platforms": [ + "windows", + "posix" + ] + }, + { + "flaky": false, + "language": "c", "name": "chttp2_socket_pair_simple_delayed_request_test", "platforms": [ "windows", @@ -2416,6 +2505,15 @@ { "flaky": false, "language": "c", + "name": "chttp2_socket_pair_one_byte_at_a_time_server_finishes_request_test", + "platforms": [ + "windows", + "posix" + ] + }, + { + "flaky": false, + "language": "c", "name": "chttp2_socket_pair_one_byte_at_a_time_simple_delayed_request_test", "platforms": [ "windows", @@ -2668,6 +2766,15 @@ { "flaky": false, "language": "c", + "name": "chttp2_socket_pair_with_grpc_trace_server_finishes_request_test", + "platforms": [ + "windows", + "posix" + ] + }, + { + "flaky": false, + "language": "c", "name": "chttp2_socket_pair_with_grpc_trace_simple_delayed_request_test", "platforms": [ "windows", @@ -2911,6 +3018,15 @@ { "flaky": false, "language": "c", + "name": "chttp2_fullstack_server_finishes_request_unsecure_test", + "platforms": [ + "windows", + "posix" + ] + }, + { + "flaky": false, + "language": "c", "name": "chttp2_fullstack_simple_delayed_request_unsecure_test", "platforms": [ "windows", @@ -3130,6 +3246,14 @@ { "flaky": false, "language": "c", + "name": "chttp2_fullstack_uds_posix_server_finishes_request_unsecure_test", + "platforms": [ + "posix" + ] + }, + { + "flaky": false, + "language": "c", "name": "chttp2_fullstack_uds_posix_simple_delayed_request_unsecure_test", "platforms": [ "posix" @@ -3370,6 +3494,15 @@ { "flaky": false, "language": "c", + "name": "chttp2_socket_pair_server_finishes_request_unsecure_test", + "platforms": [ + "windows", + "posix" + ] + }, + { + "flaky": false, + "language": "c", "name": "chttp2_socket_pair_simple_delayed_request_unsecure_test", "platforms": [ "windows", @@ -3613,6 +3746,15 @@ { "flaky": false, "language": "c", + "name": "chttp2_socket_pair_one_byte_at_a_time_server_finishes_request_unsecure_test", + "platforms": [ + "windows", + "posix" + ] + }, + { + "flaky": false, + "language": "c", "name": "chttp2_socket_pair_one_byte_at_a_time_simple_delayed_request_unsecure_test", "platforms": [ "windows", @@ -3856,6 +3998,15 @@ { "flaky": false, "language": "c", + "name": "chttp2_socket_pair_with_grpc_trace_server_finishes_request_unsecure_test", + "platforms": [ + "windows", + "posix" + ] + }, + { + "flaky": false, + "language": "c", "name": "chttp2_socket_pair_with_grpc_trace_simple_delayed_request_unsecure_test", "platforms": [ "windows", |