bneradt commented on code in PR #12290: URL: https://github.com/apache/trafficserver/pull/12290#discussion_r2150369177
########## tests/gold_tests/tls/tls_tunnel.test.py: ########## @@ -284,6 +301,35 @@ tr.Processes.Default.Command = 'echo Updated configs' tr.Processes.Default.ReturnCode = 0 +# Test a large CLIENT_HELLO. +tr = Test.AddTestRun("Single large CLIENT_HELLO blind tunnel test") +tr.TimeOut = 5 +tr.Setup.Copy('split_client_hello.py') +tr.Setup.Copy('receive_split_client_hello.py') +p = tr.Processes.Default +p.StartBefore(split_client_hello_server, ready=When.PortOpen(server_port)) +p.Command = f'{sys.executable} split_client_hello.py 127.0.0.1 {ts.Variables.ssl_port} -s 0' +p.ReturnCode = 0 +tr.StillRunningAfter = ts +tr.StillRunningAfter = dns Review Comment: Sorry Copilot, you just don't understand autest's declarative nature. -- 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: github-unsubscr...@trafficserver.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org