You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by jr...@apache.org on 2019/11/21 22:14:11 UTC

[trafficserver] branch master updated (c44e0dc -> 83738c6)

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

jrushford pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git.


    from c44e0dc  Move logging before session could be freed
     add 83738c6  Add autest for cache_range_request, add xdebug x-parentselection-key

No new revisions were added by this update.

Summary of changes:
 doc/admin-guide/plugins/xdebug.en.rst              |   6 +
 plugins/xdebug/xdebug.cc                           |  55 ++++
 .../cache_range_requests.test.py                   | 340 +++++++++++++++++++++
 .../cache_range_requests/gold/404.stdout.gold      |   8 +
 .../gold/frange.stderr.gold}                       |   0
 .../cache_range_requests/gold/frange.stdout.gold   |  11 +
 .../gold/full.stderr.gold}                         |   0
 .../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 +
 14 files changed, 474 insertions(+)
 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/gold/404.stdout.gold
 copy tests/gold_tests/pluginTest/{slice/gold/slice_206.stderr.gold => cache_range_requests/gold/frange.stderr.gold} (100%)
 create mode 100644 tests/gold_tests/pluginTest/cache_range_requests/gold/frange.stdout.gold
 copy tests/gold_tests/pluginTest/{slice/gold/slice_206.stderr.gold => cache_range_requests/gold/full.stderr.gold} (100%)
 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