This is an automated email from the ASF dual-hosted git repository.

zwoop pushed a change to branch 8.1.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git.


    from 8316204  Disables "virtual host not used with AWS auth v4" error in 
s3_auth
     new 0a2a286  Add autest for cache_range_request, add xdebug 
x-parentselection-key
     new 3398a16  cache_range_requests plugin: detect and handle TSCacheUrlSet 
failures which poison the cache

The 2 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:
 .../plugins/cache_range_requests.en.rst            | 191 ++++++++++++
 .../cache_range_requests/cache_range_requests.cc   | 105 ++++---
 .../cache_range_requests.test.py                   | 344 +++++++++++++++++++++
 .../cache_range_requests_cachekey.test.py          | 198 ++++++++++++
 .../cache_range_requests/gold/404.stdout.gold      |   8 +
 .../cache_range_requests/gold/frange.stderr.gold   |   1 +
 .../cache_range_requests/gold/frange.stdout.gold   |  11 +
 .../cache_range_requests/gold/full.stderr.gold     |   1 +
 .../cache_range_requests/gold/full.stdout.gold     |   9 +
 .../cache_range_requests/gold/inner.stderr.gold    |   1 +
 .../cache_range_requests/gold/inner.stdout.gold    |  11 +
 .../cache_range_requests/gold/last.stderr.gold     |   1 +
 .../cache_range_requests/gold/last.stdout.gold     |  11 +
 .../cache_range_requests/gold/pselect.stdout.gold  |  11 +
 .../gold/pselect_none.stdout.gold                  |  10 +
 15 files changed, 876 insertions(+), 37 deletions(-)
 create mode 100644 doc/admin-guide/plugins/cache_range_requests.en.rst
 create mode 100644 
tests/gold_tests/pluginTest/cache_range_requests/cache_range_requests.test.py
 create mode 100644 
tests/gold_tests/pluginTest/cache_range_requests/cache_range_requests_cachekey.test.py
 create mode 100644 
tests/gold_tests/pluginTest/cache_range_requests/gold/404.stdout.gold
 create mode 100644 
tests/gold_tests/pluginTest/cache_range_requests/gold/frange.stderr.gold
 create mode 100644 
tests/gold_tests/pluginTest/cache_range_requests/gold/frange.stdout.gold
 create mode 100644 
tests/gold_tests/pluginTest/cache_range_requests/gold/full.stderr.gold
 create mode 100644 
tests/gold_tests/pluginTest/cache_range_requests/gold/full.stdout.gold
 create mode 100644 
tests/gold_tests/pluginTest/cache_range_requests/gold/inner.stderr.gold
 create mode 100644 
tests/gold_tests/pluginTest/cache_range_requests/gold/inner.stdout.gold
 create mode 100644 
tests/gold_tests/pluginTest/cache_range_requests/gold/last.stderr.gold
 create mode 100644 
tests/gold_tests/pluginTest/cache_range_requests/gold/last.stdout.gold
 create mode 100644 
tests/gold_tests/pluginTest/cache_range_requests/gold/pselect.stdout.gold
 create mode 100644 
tests/gold_tests/pluginTest/cache_range_requests/gold/pselect_none.stdout.gold

Reply via email to