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

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


    from dd89703afa Update gitignore for codex files (#12893) (#12935)
     new f122d34c03 Add proxy.process.http.429_responses metric (#12878)
     new 1b26c56fd3 proxy.process.http.000_responses metric (#12861)
     new 5d7d7aab59 Revert "cmake: detect FreeBSD's native cap with capsicum 
(#12859)" (#12915)
     new 8554f669db Fix failed assertion in build_response for 1xx races 
(#12866)

The 4 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:
 cmake/Findcap.cmake                                |  22 ++---
 .../statistics/core/http-response-code.en.rst      |  10 ++
 doc/developer-guide/testing/autests.en.rst         |  22 +++++
 include/proxy/http/HttpConfig.h                    |   2 +
 src/proxy/http/HttpConfig.cc                       |   2 +
 src/proxy/http/HttpTransact.cc                     |  13 +++
 src/traffic_logstats/logstats.cc                   |   5 +
 src/traffic_logstats/tests/logstats.json           |   3 +
 src/traffic_logstats/tests/logstats.summary        |   1 +
 src/traffic_top/stats.h                            |   1 +
 tests/gold_tests/autest-site/ats_replay.test.ext   |  44 ++++++++-
 tests/gold_tests/statistics/abort_client.py        |  52 ++++++++++
 .../statistics/metric_response_000.test.py         | 107 +++++++++++++++++++++
 .../statistics/metric_response_429.test.py         |   8 +-
 .../replay/metric_response_429.replay.yaml}        |  72 ++++++++------
 15 files changed, 319 insertions(+), 45 deletions(-)
 create mode 100644 tests/gold_tests/statistics/abort_client.py
 create mode 100644 tests/gold_tests/statistics/metric_response_000.test.py
 copy plugins/experimental/wasm/examples/cpp/Makefile => 
tests/gold_tests/statistics/metric_response_429.test.py (83%)
 copy tests/gold_tests/{remap/base.replay.yaml => 
statistics/replay/metric_response_429.replay.yaml} (59%)

Reply via email to