shinrich commented on code in PR #10861:
URL: https://github.com/apache/trafficserver/pull/10861#discussion_r1410923240
##########
tests/gold_tests/bad_http_fmt/bad_http_fmt.test.py:
##########
@@ -166,10 +215,3 @@ def server_cmd(resp_id):
tr.Processes.Default.Command = "grep -e '^===' -e '^HTTP/' -e 'X-Resp-Id:' -e
'<HTML>' client.log"
tr.Processes.Default.Streams.stdout = 'client.gold'
tr.Processes.Default.ReturnCode = 0
-
-tr = Test.AddTestRun()
-tr.Processes.Default.Command = "grep -e 'X-Req-Id:' -e 'HTTP/' -e 'Content-'
server1.log"
-for n in range(2, 5):
- tr.Processes.Default.Command += f" ; grep -e 'X-Req-Id:' -e 'HTTP/' -e
'[Cc]ontent-' server{n}.log"
-tr.Processes.Default.Streams.stdout = 'server.gold'
-tr.Processes.Default.ReturnCode = 0
Review Comment:
Added back server content checks.
--
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]