Skip to content
Snippets Groups Projects
Commit 7fc1d4e8 authored by Noah Eisen's avatar Noah Eisen
Browse files

Update infrastructure to call new unimplemented_service interop test

parent ca5cdf45
Branches
Tags
No related merge requests found
...@@ -64,7 +64,9 @@ _SKIP_SERVER_COMPRESSION = ['server_compressed_unary', ...@@ -64,7 +64,9 @@ _SKIP_SERVER_COMPRESSION = ['server_compressed_unary',
_SKIP_COMPRESSION = _SKIP_CLIENT_COMPRESSION + _SKIP_SERVER_COMPRESSION _SKIP_COMPRESSION = _SKIP_CLIENT_COMPRESSION + _SKIP_SERVER_COMPRESSION
_SKIP_ADVANCED_GO = ['custom_metadata', 'unimplemented_method'] _SKIP_ADVANCED_GO = ['custom_metadata',
'unimplemented_method',
'unimplemented_service']
_SKIP_ADVANCED = _SKIP_ADVANCED_GO + ['status_code_and_message'] _SKIP_ADVANCED = _SKIP_ADVANCED_GO + ['status_code_and_message']
...@@ -416,7 +418,8 @@ _TEST_CASES = ['large_unary', 'empty_unary', 'ping_pong', ...@@ -416,7 +418,8 @@ _TEST_CASES = ['large_unary', 'empty_unary', 'ping_pong',
'timeout_on_sleeping_server', 'custom_metadata', 'timeout_on_sleeping_server', 'custom_metadata',
'status_code_and_message', 'unimplemented_method', 'status_code_and_message', 'unimplemented_method',
'client_compressed_unary', 'server_compressed_unary', 'client_compressed_unary', 'server_compressed_unary',
'client_compressed_streaming', 'server_compressed_streaming'] 'client_compressed_streaming', 'server_compressed_streaming',
'unimplemented_service']
_AUTH_TEST_CASES = ['compute_engine_creds', 'jwt_token_creds', _AUTH_TEST_CASES = ['compute_engine_creds', 'jwt_token_creds',
'oauth2_auth_token', 'per_rpc_creds'] 'oauth2_auth_token', 'per_rpc_creds']
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment