This is an automated email from the ASF dual-hosted git repository.
cmcfarlen pushed a change to branch 10.0.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git
from 6655ddba2b port clang-format changes from master (#11299)
new 3e41224ba7 Add Au testing for statichit.so plugin. (#11293)
new 766fb35065 Restore derived metrics using new metrics (#11297)
new d274136c34 Update XPACK.cc to fix use-of-uninitialized-pointer-field
case (#11287)
new 636543c147 ci-fedora-cxx20 preset: build cripts (#11300)
new 0f5d08f5b1 -fno-strict-aliasing (#11303)
new 522fc4c67c Fixes clang-format v18.1.2 on linux AARCH64 (#11304)
The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
CMakeLists.txt | 4 +-
CMakePresets.json | 13 +-
include/tsutil/Metrics.h | 30 ++++
src/iocore/eventsystem/RecProcess.cc | 4 +
src/proxy/hdrs/XPACK.cc | 4 +
src/proxy/http/HttpConfig.cc | 42 ++++++
src/tsutil/Metrics.cc | 75 +++++++++
src/tsutil/unit_tests/test_Metrics.cc | 34 +++++
.../statichit/empty.txt} | 0
.../gold_tests/pluginTest/statichit/small_body.txt | 1 +
.../pluginTest/statichit/statichit.replay.yaml | 168 +++++++++++++++++++++
.../pluginTest/statichit/statichit.test.py | 88 +++++++++++
.../gold_tests/pluginTest/statichit}/story_16.json | 0
tools/clang-format.sh | 4 +-
14 files changed, 458 insertions(+), 9 deletions(-)
copy tests/gold_tests/{h2/gold/http2_9_stdout.gold =>
pluginTest/statichit/empty.txt} (100%)
create mode 100644 tests/gold_tests/pluginTest/statichit/small_body.txt
create mode 100644 tests/gold_tests/pluginTest/statichit/statichit.replay.yaml
create mode 100644 tests/gold_tests/pluginTest/statichit/statichit.test.py
copy {src/proxy/http2/hpack-tests =>
tests/gold_tests/pluginTest/statichit}/story_16.json (100%)