This is an automated email from the ASF dual-hosted git repository.
cmcfarlen pushed a change to branch 10.2.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git
from 418a13d96b Add 10.2.0 changelog and release notes (#13521)
add a69c89869d Fix signature on flz_maxcopy to avoid cast error (#13532)
add 5e81c3a116 Change libswoc test for undefined errno to a much higher
number (#13531)
add 51c0e97650 Fix an intermittent cache unit test deadlock at exit
(#13535)
add 21f5363e27 cache: fix shm sizing on large-page Linux (#13536)
add 3ac694d766 Share regex_remap rule sets (#13537)
No new revisions were added by this update.
Summary of changes:
include/shared/cache_shm/Layout.h | 21 +-
include/shared/cache_shm/Purge.h | 7 +-
lib/fastlz/fastlz.cc | 2 +-
lib/swoc/unit_tests/test_bw_format.cc | 2 +-
plugins/regex_remap/regex_remap.cc | 506 +++++++++++++--------
src/iocore/cache/CacheShm.cc | 8 +-
src/iocore/cache/unit_tests/main.cc | 14 +
src/iocore/cache/unit_tests/test_CacheShm.cc | 17 +-
.../pluginTest/regex_remap/regex_remap.test.py | 140 +++++-
9 files changed, 480 insertions(+), 237 deletions(-)