This is an automated email from the ASF dual-hosted git repository.
bcall pushed a change to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git.
from 9aa2651 More release notes updates, this is up to page 22
new 1ba4304 Add negative caching tests and fixes. (#7361)
new 7c35ec3 ESI: Ensure gzip header is always initialized (#7360)
new 34f29ab Updated ChangeLog
The 3 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:
CHANGELOG-9.0.0 | 3 +
doc/admin-guide/files/records.config.en.rst | 4 +-
doc/admin-guide/performance/index.en.rst | 4 +-
doc/admin-guide/plugins/esi.en.rst | 8 +-
mgmt/RecordsConfig.cc | 2 +-
plugins/esi/esi.cc | 7 +-
plugins/esi/lib/EsiGzip.cc | 19 +-
plugins/esi/lib/EsiGzip.h | 27 +-
proxy/http/HttpConfig.cc | 2 +-
proxy/http/HttpSM.cc | 9 +-
proxy/http/HttpTransact.cc | 38 +--
proxy/http/HttpTransact.h | 19 +-
.../autest-site/verifier_server.test.ext | 4 +
tests/gold_tests/cache/negative-caching.test.py | 163 +++++++++++
...negative-caching-300-second-timeout.replay.yaml | 72 +++++
.../replay/negative-caching-customized.replay.yaml | 164 +++++++++++
.../replay/negative-caching-default.replay.yaml | 206 ++++++++++++++
.../replay/negative-caching-disabled.replay.yaml | 201 +++++++++++++
.../replay/negative-caching-no-timeout.replay.yaml | 44 ++-
.../replay/negative-caching-timeout.replay.yaml} | 68 +++--
tests/gold_tests/pluginTest/esi/esi.test.py | 310 +++++++++++++++++++++
.../pluginTest/esi/gold/empty_response_body.gold | 14 +
tests/gold_tests/pluginTest/esi/gold/esi_body.gold | 12 +
.../pluginTest/esi/gold/esi_gzipped.gold | 10 +
.../pluginTest/esi/gold/esi_headers.gold | 6 +
25 files changed, 1324 insertions(+), 92 deletions(-)
create mode 100644 tests/gold_tests/cache/negative-caching.test.py
create mode 100644
tests/gold_tests/cache/replay/negative-caching-300-second-timeout.replay.yaml
create mode 100644
tests/gold_tests/cache/replay/negative-caching-customized.replay.yaml
create mode 100644
tests/gold_tests/cache/replay/negative-caching-default.replay.yaml
create mode 100644
tests/gold_tests/cache/replay/negative-caching-disabled.replay.yaml
copy src/traffic_logstats/tests/test_logstats_summary =>
tests/gold_tests/cache/replay/negative-caching-no-timeout.replay.yaml (50%)
mode change 100755 => 100644
copy tests/gold_tests/{url/uri.replay.yaml =>
cache/replay/negative-caching-timeout.replay.yaml} (51%)
create mode 100644 tests/gold_tests/pluginTest/esi/esi.test.py
create mode 100644
tests/gold_tests/pluginTest/esi/gold/empty_response_body.gold
create mode 100644 tests/gold_tests/pluginTest/esi/gold/esi_body.gold
create mode 100644 tests/gold_tests/pluginTest/esi/gold/esi_gzipped.gold
create mode 100644 tests/gold_tests/pluginTest/esi/gold/esi_headers.gold