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/13 18:13:04 UTC

[trafficserver] 07/07: 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 4f68da2b36ca2874c9ea682d6a68cd7a90e7ebfa
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)
    
     Conflicts:
            tests/prepare_proxy_verifier.sh
            tests/proxy-verifier-version.txt
---
 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 ff74c3860..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="d9a02aedae76d4952784c67716fddba0df274a28"
+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 6c8b2a3c3..aaf7425f4 100644
--- a/tests/proxy-verifier-version.txt
+++ b/tests/proxy-verifier-version.txt
@@ -1 +1 @@
-v2.2.2
+v2.3.1