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 2022/12/01 16:25:16 UTC

[trafficserver] 02/02: AuTest: Update to Proxy Verifier 2.5.2 (#9223)

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

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

commit 4b81c6bd65749caaf97fa0b2f421487c6abe0be2
Author: Brian Neradt <br...@gmail.com>
AuthorDate: Wed Nov 30 14:58:08 2022 -0600

    AuTest: Update to Proxy Verifier 2.5.2 (#9223)
    
    This fixes a long time crash in Proxy Verifier when no arguments or
    options were passed.
    
    (cherry picked from commit 68b71b6426d61f6e59cf09895b155f19d4028aea)
---
 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 70825ea7d..2f40bf02d 100755
--- a/tests/prepare_proxy_verifier.sh
+++ b/tests/prepare_proxy_verifier.sh
@@ -40,7 +40,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="1920c99aa22a6368dcbb4e46f8078697219b9e77"
+expected_sha1="d939629949bafe6df8821e5d441762066cc6d556"
 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 21222ceed..f6dcb6433 100644
--- a/tests/proxy-verifier-version.txt
+++ b/tests/proxy-verifier-version.txt
@@ -1 +1 @@
-v2.5.0
+v2.5.2