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

   The overridable configuration regression test writes arbitrary values to
   each setting and expects exact round trips. That forced the server match
   converter to retain out-of-range enum values, which can break
   connection-group hashing and equality in production.
   
   This patch replaces the regression test with Catch coverage that checks
   the full name/key/type map and representative public setter and getter
   paths with valid values. It also adds focused converter coverage
   and clamps server match values to its documented enum range, removing
   the production workaround for the flawed test.
   
   Fixes: #4210


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