aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/run_interop_tests.py
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2015-10-14 17:01:00 -0700
committerGravatar Jan Tattermusch <jtattermusch@google.com>2015-10-14 17:01:00 -0700
commit13bf36a314120229f119c66bb33ddf5cfc83ee62 (patch)
tree96eae80615d2c5d4ceebd5da6646e295837e1a80 /tools/run_tests/run_interop_tests.py
parentba1ab45f4500f77ea0e2824df6893ca840a51151 (diff)
enable timeout on sleeping server interop test
Diffstat (limited to 'tools/run_tests/run_interop_tests.py')
-rwxr-xr-xtools/run_tests/run_interop_tests.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/run_tests/run_interop_tests.py b/tools/run_tests/run_interop_tests.py
index 33ebcbcc41..1814ba1abc 100755
--- a/tools/run_tests/run_interop_tests.py
+++ b/tools/run_tests/run_interop_tests.py
@@ -308,10 +308,10 @@ _LANGUAGES = {
# languages supported as cloud_to_cloud servers
_SERVERS = ['c++', 'node', 'csharp', 'java', 'go', 'ruby', 'python']
-# TODO(jtattermusch): add timeout_on_sleeping_server once java starts supporting it.
_TEST_CASES = ['large_unary', 'empty_unary', 'ping_pong',
'empty_stream', 'client_streaming', 'server_streaming',
- 'cancel_after_begin', 'cancel_after_first_response']
+ 'cancel_after_begin', 'cancel_after_first_response',
+ 'timeout_on_sleeping_server']
_AUTH_TEST_CASES = ['compute_engine_creds', 'jwt_token_creds',
'oauth2_auth_token', 'per_rpc_creds']