Skip to content
Snippets Groups Projects
Commit 72f70a5a authored by Yuchen Zeng's avatar Yuchen Zeng
Browse files

Test the c-ares resovler on Jenkins, should be removed before submission

parent 3a1104ff
No related branches found
No related tags found
No related merge requests found
......@@ -254,7 +254,8 @@ class CLanguage(object):
_ROOT + '/src/core/tsi/test_creds/ca.pem',
'GRPC_POLL_STRATEGY': polling_strategy,
'GRPC_VERBOSITY': 'DEBUG'}
resolver = os.environ.get('GRPC_DNS_RESOLVER', None);
# TODO(zyc): change this back before submission
resolver = 'ares';
if resolver:
env['GRPC_DNS_RESOLVER'] = resolver
shortname_ext = '' if polling_strategy=='all' else ' GRPC_POLL_STRATEGY=%s' % polling_strategy
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment