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

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


The following commit(s) were added to refs/heads/9.1.x by this push:
     new fffa51a  Updating to use Proxy Verifier 2.2.0 (#7729)
fffa51a is described below

commit fffa51ac3792a906ea9c0eeb08397fc9f385542b
Author: Brian Neradt <[email protected]>
AuthorDate: Wed Apr 21 12:30:35 2021 -0500

    Updating to use Proxy Verifier 2.2.0 (#7729)
    
    Proxy Verifier 2.2.0 adds --interface <interface> and HTTP/3 client-side
    support.
    
    (cherry picked from commit 1c7cd2619b27774844fc0b37738abfa7287494e8)
---
 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 baae958..3a87b33 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="7e17ea3fa13bede2a33a9a1d23425f23cbd16521"
+expected_sha1="dfcfcb075aa6165ffdf56d220f9552e56efa9f02"
 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 1defe53..a4b6ac3 100644
--- a/tests/proxy-verifier-version.txt
+++ b/tests/proxy-verifier-version.txt
@@ -1 +1 @@
-v2.1.0
+v2.2.0

Reply via email to