You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by zw...@apache.org on 2020/07/13 22:54:17 UTC

[trafficserver] branch master updated (90f1493 -> 89b6b91)

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

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


    from 90f1493  Improve client_vc tracking (#6889)
     add 89b6b91  Test and fix connection timeout and retries (#6897)

No new revisions were added by this update.

Summary of changes:
 tests/Makefile.am                                  |   1 +
 .../gold_tests/timeout}/Makefile.inc               |   8 +-
 .../gold_tests/timeout/case1.sh                    |  10 +-
 .../gold_tests/timeout/case2.sh                    |  29 ++-
 tests/gold_tests/timeout/conn_timeout.test.py      |  71 ++++++
 .../{chunked_encoding => timeout}/delay-server.sh  |   6 +-
 .../gold_tests/timeout/setupnetns.sh               |  17 +-
 tests/gold_tests/timeout/ssl-delay-server.cc       | 256 +++++++++++++++++++++
 tests/gold_tests/timeout/timeout.gold              |   3 -
 tests/gold_tests/timeout/timeout.test.py           |  42 ----
 tests/gold_tests/timeout/tls_conn_timeout.test.py  | 104 +++++++++
 11 files changed, 473 insertions(+), 74 deletions(-)
 copy {plugins/authproxy => tests/gold_tests/timeout}/Makefile.inc (80%)
 copy example/plugins/c-api/thread_pool/include/Makefile.am => tests/gold_tests/timeout/case1.sh (72%)
 mode change 100644 => 100755
 copy plugins/experimental/magick/Makefile.inc => tests/gold_tests/timeout/case2.sh (63%)
 mode change 100644 => 100755
 create mode 100644 tests/gold_tests/timeout/conn_timeout.test.py
 copy tests/gold_tests/{chunked_encoding => timeout}/delay-server.sh (93%)
 copy ci/jenkins/Makefile => tests/gold_tests/timeout/setupnetns.sh (50%)
 create mode 100644 tests/gold_tests/timeout/ssl-delay-server.cc
 delete mode 100644 tests/gold_tests/timeout/timeout.gold
 delete mode 100644 tests/gold_tests/timeout/timeout.test.py
 create mode 100644 tests/gold_tests/timeout/tls_conn_timeout.test.py