zwoop opened a new pull request, #12825:
URL: https://github.com/apache/trafficserver/pull/12825

   This essentially converted the existing Python parser / visitor / emitters 
to C++ and natively calling the various factory functions to create the object 
structure. In addition, it adds a new testing tool, hrw_confcmp, which compares 
an old vs a hrw4u configuration, and make sure they both create the same set of 
objects. As such, the header_rewrite core also added some support to identify 
the various Operators and Conditions. Usage:
   
   ```
   leif@hel ~/BUILDS/ats-dbg » ./tools/hrw_confcmp/run_tests.sh  
~/apache/trafficserver/tools/hrw4u/tests/data/{hooks,conds,ops,vars,examples}
   
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
   Testing directory: hooks
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
     ✓ hooks/read_response:             44 ms
     ✓ hooks/remap:                     39 ms
   .
   .
   .
   ```


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