You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by bn...@apache.org on 2022/06/03 20:04:47 UTC

[trafficserver] branch master updated: Upgrade to Proxy Verifier 2.4.0. (#8884)

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

bneradt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/master by this push:
     new 9484df9c2 Upgrade to Proxy Verifier 2.4.0. (#8884)
9484df9c2 is described below

commit 9484df9c2a112057d71d3dbdfff3829934a9330f
Author: Brian Neradt <br...@gmail.com>
AuthorDate: Fri Jun 3 15:04:41 2022 -0500

    Upgrade to Proxy Verifier 2.4.0. (#8884)
    
    Proxy Verifier version 2.4.0 adds the ability to verify HTTP body
    content. This will be very helpful for many tests, such as alternate
    verification.
---
 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 e1ddf9948..bb3bf7688 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="6452445f2e53be13000d044696eeac2c362d8aa3"
+expected_sha1="4ca407c3f8d7cabca20b7f41d19b2c62a091c3ff"
 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 fac9fc04e..8721bbc46 100644
--- a/tests/proxy-verifier-version.txt
+++ b/tests/proxy-verifier-version.txt
@@ -1 +1 @@
-v2.3.3
+v2.4.0