update template

This commit is contained in:
Alexander Polcyn 2020-04-01 10:53:51 -07:00
parent aec6be5ec9
commit a8d8f9db8c
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ if cur_resolver and cur_resolver != 'ares':
'needs to use GRPC_DNS_RESOLVER=ares.'))
test_runner_log('Exit 1 without running tests.')
sys.exit(1)
os.environ.update({'GRPC_TRACE': 'cares_resolver'})
os.environ.update({'GRPC_TRACE': 'cares_resolver,cares_address_sorting'})
def wait_until_dns_server_is_up(args,
dns_server_subprocess,