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 f70e381  Updating our AuTests to use Proxy Verifier v2.2.2 (#8230)
f70e381 is described below

commit f70e381de0bbd54cc88c1582fe207f77979bda29
Author: Brian Neradt <brian.ner...@gmail.com>
AuthorDate: Tue Aug 10 16:01:15 2021 -0500

    Updating our AuTests to use Proxy Verifier v2.2.2 (#8230)
    
    Updating autest to use Proxy Verifier v2.2.2 which improves the handling
    of manually crafted chunk encoded bodies.
    
    (cherry picked from commit 52b250bac035bf2ac4df92293b8e52ee3b2423f9)
---
 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 3a87b33..ff74c38 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="dfcfcb075aa6165ffdf56d220f9552e56efa9f02"
+expected_sha1="d9a02aedae76d4952784c67716fddba0df274a28"
 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 a4b6ac3..6c8b2a3 100644
--- a/tests/proxy-verifier-version.txt
+++ b/tests/proxy-verifier-version.txt
@@ -1 +1 @@
-v2.2.0
+v2.2.2

Reply via email to