bneradt opened a new pull request #7211:
URL: https://github.com/apache/trafficserver/pull/7211


   This adds the proxy-verifier client and server to the Traffic Server
   autests. log-filter.test.py is modified to make use of proxy-verifier.
   
   Note the impact on the log-filter.test.py:
   
   - Instead of configuring both the microserver and the curl commands, test 
traffic configuration is unified under the single log-filter.replay.yaml file.
   - No gold file is required to verify the test traffic since Verifier itself 
will verify the response code from the proxy via proxy-response.
   - There's no need for separate test runs for each client request since the 
heavy lifting for each transaction is taken care of by Proxy Verifier itself. 
   
   ---
   ### Implementation notes:
   
   I pre-built the statically linked Proxy Verifier binaries in the same way we 
use pre-built clang-format binaries for our pre-commit hook. Like clang-format, 
the binaries are pulled down from bintray so that they don't consume space in 
our git repository.


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


Reply via email to