bneradt commented on PR #9668:
URL: https://github.com/apache/trafficserver/pull/9668#issuecomment-1539143351

   > > Can we have a gold-file to examine the generated qlog file? I don't 
think sleep-and-ls is a common way for autest.
   > 
   > the issue is that we do not have the trace id to know which file is the 
one we are supposed to read to then compare with a gold file. An example of a 
file would be `test_qlog-9b9eca8989ab274e14a3acd9e95e1a23247f.sqlog`
   > 
   > I guess I can make a quick script to rename whatever TS is droping as qlog 
files and the read the renamed file's content(and then apply the gold file). 
How does this looks to you?
   
   I don't think there's a way to handle run-time naming. , this seems like the 
way to go:
   
   1. `cp` the output to a well known file.
   2. Use a gold file, or ContainsExpression, to verify the contents.
   


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