maskit commented on code in PR #9136:
URL: https://github.com/apache/trafficserver/pull/9136#discussion_r993988078


##########
tests/gold_tests/h2/http2_flow_control.test.py:
##########
@@ -107,7 +107,7 @@ def _configure_trafficserver(self):
             'proxy.config.ssl.server.private_key.path': 
f'{ts.Variables.SSLDir}',
             'proxy.config.ssl.client.verify.server.policy': 'PERMISSIVE',
             'proxy.config.dns.nameservers': 
'127.0.0.1:{0}'.format(self._dns.Variables.Port),
-            'proxy.config.ssl.keylog_file': os.path.join(Test.RunDirectory, 
'tls_session_keys.txt'),
+            'proxy.config.ssl.keylog_file': '/tmp/tls_session_keys.txt',

Review Comment:
   Sounds good to me. The key logging is not a heavy task and the data size is 
small. I think we can enable it on all tests that use TLS/QUIC.



-- 
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