ywkaras commented on code in PR #10965:
URL: https://github.com/apache/trafficserver/pull/10965#discussion_r1442431191


##########
tests/gold_tests/pluginTest/multiplexer/multiplexer.test.py:
##########
@@ -96,33 +106,37 @@ def setupTS(self, skip_post):
                 "proxy.config.ssl.client.verify.server.policy": 'PERMISSIVE',
                 'proxy.config.diags.debug.enabled': 1,
                 'proxy.config.diags.debug.tags': 'http|multiplexer',
+                'proxy.config.dns.nameservers': 
f'127.0.0.1:{self.dns.Variables.Port}',
+                'proxy.config.dns.resolv_conf': 'NULL',
             })
         self.ts.Disk.ssl_multicert_config.AddLine('dest_ip=* 
ssl_cert_name=server.pem ssl_key_name=server.key')
         skip_remap_param = ''
         if skip_post:
             skip_remap_param = ' 
@pparam=proxy.config.multiplexer.skip_post_put=1'
         self.ts.Disk.remap_config.AddLines(
             [
-                f'map https://origin.server.com 
https://127.0.0.1:{self.server_origin.Variables.https_port} '
+                f'map https://origin.server.com 
https://backend.origin.server.com:{self.server_origin.Variables.https_port} '

Review Comment:
   Does MicroDNS return the loopback address for any hostname it wasn't 
configured with?  If so, does that mean we can't use MicroDNS to test DNS 
lookup failures?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to