You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by GitBox <gi...@apache.org> on 2022/03/29 00:37:48 UTC

[GitHub] [trafficserver] masaori335 opened a new issue #8767: AuTest: Replace httpbin with proxy-verifier

masaori335 opened a new issue #8767:
URL: https://github.com/apache/trafficserver/issues/8767


   We saw all httpbin based AuTest was failed. ( This is fixed by #8765 ) For the long term, we need to migrate these AuTest using the proxy-verifier. It looks like the proxy-verifier has equivalent features that we're using. If not, we can add it.
   
   List of the httpbin based tests are below
   ```
   ยป grep Test.MakeHttpBinServer -R ./* | awk -F ':' '{print $1}'
   ./autest-site/httpbin.test.ext
   ./cache/background_fill.test.py
   ./connect/connect.test.py
   ./h2/nghttp.test.py
   ./h2/httpbin.test.py
   ./h2/h2spec.test.py
   ./logging/new_log_flds.test.py
   ./post/post-continue.test.py
   ./proxy_protocol/proxy_protocol.test.py
   ```
   
   
   


-- 
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: issues-unsubscribe@trafficserver.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org