This is an automated email from the ASF dual-hosted git repository.
cmcfarlen pushed a change to branch 10.1.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git
from 2431555d56 [10.1.x] Run autests with curl UDS default (#12360)
new 517572e5d8 Add range request support to cache fill + global plugin
support (#12391)
new a0e912adab AuTest: reduce port usage in the Remap ACL test (#12402)
new 15289dc930 AuTest: cache after following redirect (#12425)
new 410478c912 Remove constexpr from UnAddr constructors (#12426)
new 2a3625866f XDebug Probe missing comma prevents valid json (#12435)
The 5 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:
doc/admin-guide/plugins/cache_fill.en.rst | 57 ++++-
include/tscore/ink_inet.h | 16 +-
.../experimental/cache_fill/background_fetch.cc | 27 +++
plugins/experimental/cache_fill/background_fetch.h | 11 +
plugins/experimental/cache_fill/cache_fill.cc | 31 +++
plugins/experimental/cache_fill/configs.cc | 48 ++++-
plugins/experimental/cache_fill/configs.h | 9 +-
plugins/xdebug/xdebug_transforms.cc | 4 +-
.../pluginTest/cache_fill/cache_fill.test.py | 230 +++++++++++++++++++++
.../gold_tests/pluginTest/xdebug/x_remap/out.gold | 36 ++--
.../redirect_to_same_origin_on_cache.test.py | 3 +-
.../redirect_to_same_origin_on_cache.replay.yaml | 26 +++
tests/gold_tests/remap/remap_acl.test.py | 8 +-
13 files changed, 456 insertions(+), 50 deletions(-)
create mode 100644 tests/gold_tests/pluginTest/cache_fill/cache_fill.test.py
rename tests/gold_tests/redirect/{ =>
replay}/redirect_to_same_origin_on_cache.replay.yaml (74%)