You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by bn...@apache.org on 2021/10/13 17:23:57 UTC

[trafficserver] branch master updated (92fd44f -> 6c3e9d2)

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

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


    from 92fd44f  Add stats for concurrent stream limits exceeded (#8409)
     add 6c3e9d2  AuTest: Execute Test Python Scripts with sys.executable (#8412)

No new revisions were added by this update.

Summary of changes:
 tests/Pipfile                                      |   1 +
 tests/gold_tests/basic/deny0.test.py               |  11 +-
 tests/gold_tests/h2/http2.test.py                  |  15 ++-
 tests/gold_tests/h2/httpbin.test.py                |   5 +-
 .../headers/domain-blacklist-30x.test.py           |  31 +++--
 .../headers/general-connection-failure-502.test.py |   6 +-
 tests/gold_tests/headers/http408.test.py           |   5 +-
 tests/gold_tests/logging/all_headers.test.py       |  19 ++--
 tests/gold_tests/logging/log_pipe.test.py          |   3 +-
 tests/gold_tests/logging/new_log_flds.test.py      |   7 +-
 tests/gold_tests/logging/sigusr2.test.py           |   5 +-
 .../pluginTest/combo_handler/combo_handler.test.py |   9 +-
 .../pluginTest/traffic_dump/traffic_dump.test.py   | 126 ++++++++-------------
 .../traffic_dump/traffic_dump_http3.test.py        |  26 ++---
 .../traffic_dump/traffic_dump_ip_filter.test.py    |   3 +-
 .../traffic_dump_response_body.test.py             |   3 +-
 .../traffic_dump/traffic_dump_sni_filter.test.py   |  26 ++---
 .../xdebug/x_cache_info/x_cache_info.test.py       |   4 +-
 .../xdebug/x_effective_url/x_effective_url.test.py |   8 +-
 .../pluginTest/xdebug/x_remap/x_remap.test.py      |   8 +-
 tests/gold_tests/redirect/redirect.test.py         |  26 +++--
 tests/gold_tests/redirect/redirect_actions.test.py |  12 +-
 tests/gold_tests/slow_post/slow_post.test.py       |   5 +-
 .../gold_tests/thread_config/thread_config.test.py |  41 ++++---
 tests/gold_tests/tls/tls_0rtt_server.test.py       |  20 ++--
 25 files changed, 213 insertions(+), 212 deletions(-)