elsloo commented on pull request #7784: URL: https://github.com/apache/trafficserver/pull/7784#issuecomment-838566350
> Looks like the autest is failing because the gold file includes the sandbox path in the output. Actually, that is not the case here. The string in the gold file, `out.gold` in this commit is: `X-Cache-Info: path=``/x_cache_info/ts/storage/cache.db; volume=0`; note the double ticks, which are used in a replacement algorithm seen here: https://bitbucket.org/autestsuite/reusable-gold-testing-system/src/e01363d98951863904e784b0a5a3b8b735c41c61/src/autest/testers/gold_file.py#lines-143 This issue does not occur when I run this test locally, so I'm still trying to determine if there's something I can do with the header in `out.gold` in this commit, if it's something in the sandbox and testing process, or if there's something that needs to be adjusted in the Autest framework itself in the algorithm linked above. Any input or workarounds for this would be appreciated. -- 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. For queries about this service, please contact Infrastructure at: [email protected]
