You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by bc...@apache.org on 2022/06/14 17:02:43 UTC

[trafficserver] 04/04: Update to proxy-verifier-v2.3.1 (#8753)

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

bcall pushed a commit to branch 9.1.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git

commit 7f0a0df2025fd81a3b573ba8b5c7b0ef09831830
Author: Brian Neradt <br...@verizonmedia.com>
AuthorDate: Wed Mar 23 12:24:05 2022 -0500

    Update to proxy-verifier-v2.3.1 (#8753)
    
    Proxy Verifier version 2.3.1 actively closes the connection when the
    proxy (ATS) returns a response with a "Connection: close" header. This
    improves the stability of the cache-request-method AuTest, wherein ATS,
    dependent upon packet timing, would sometimes return a "Connection:
    close" and follow it with a TCP FIN. The FIN would then be processed by
    the Verifier client after request headers were sent, which would
    interrupt the traffic flow and cause the test to fail. With Verifier
    version 2.3.1, this is avoided by the client actively closing the
    connection when ATS returns the intermittent "Connection: close".
    
    (cherry picked from commit b8b8154f44b595a5bd9e09ef0873cbac92949a79)
---
 tests/prepare_proxy_verifier.sh  | 2 +-
 tests/proxy-verifier-version.txt | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/prepare_proxy_verifier.sh b/tests/prepare_proxy_verifier.sh
index b26c78d92..3c75883ac 100755
--- a/tests/prepare_proxy_verifier.sh
+++ b/tests/prepare_proxy_verifier.sh
@@ -27,7 +27,7 @@ pv_dir="${pv_name}-${pv_version}"
 pv_tar_filename="${pv_dir}.tar.gz"
 pv_tar="${pv_top_dir}/${pv_tar_filename}"
 pv_tar_url="https://ci.trafficserver.apache.org/bintray/${pv_tar_filename}"
-expected_sha1="5c7b5a0e105321cc1627fcdc80b2bf16b44033af"
+expected_sha1="d602c299d1f1336c4970529ab7fef7afbbb8723b"
 pv_client="${bin_dir}/verifier-client"
 pv_server="${bin_dir}/verifier-server"
 TAR=${TAR:-tar}
diff --git a/tests/proxy-verifier-version.txt b/tests/proxy-verifier-version.txt
index b1d18bc43..aaf7425f4 100644
--- a/tests/proxy-verifier-version.txt
+++ b/tests/proxy-verifier-version.txt
@@ -1 +1 @@
-v2.3.0
+v2.3.1