This is an automated email from the ASF dual-hosted git repository.
dmeden pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git
from 1949b3bb9f prefetch: use Regex instead of pcre (#12576)
add 570e5a6abe records: Replace record registration macros with non macro
solution. (#12636)
No new revisions were added by this update.
Summary of changes:
src/records/CMakeLists.txt | 4 +-
src/records/P_RecCore.cc | 142 +++++++++++++++++++++--------
src/records/test_RecordsConfig.cc | 53 -----------
src/records/unit_tests/test_RecRegister.cc | 89 ++++++++++++++++++
src/records/unit_tests/unit_test_main.cc | 6 +-
5 files changed, 201 insertions(+), 93 deletions(-)
delete mode 100644 src/records/test_RecordsConfig.cc
create mode 100644 src/records/unit_tests/test_RecRegister.cc