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/10/24 23:06:46 UTC

[trafficserver] branch 9.1.x updated: Update Proxy Verifier to v2.4.1 (#9034)

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


The following commit(s) were added to refs/heads/9.1.x by this push:
     new 1ccf7f180 Update Proxy Verifier to v2.4.1 (#9034)
1ccf7f180 is described below

commit 1ccf7f180aa8d6fb24b7036af15b2a10817caa35
Author: Brian Neradt <br...@gmail.com>
AuthorDate: Mon Oct 24 18:06:38 2022 -0500

    Update Proxy Verifier to v2.4.1 (#9034)
    
    This updates Proxy Verifier to v2.4.1 which includes body verification.
---
 tests/Pipfile                    | 2 ++
 tests/prepare_proxy_verifier.sh  | 2 +-
 tests/proxy-verifier-version.txt | 2 +-
 3 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/tests/Pipfile b/tests/Pipfile
index 2739d8d0e..893d55c17 100644
--- a/tests/Pipfile
+++ b/tests/Pipfile
@@ -35,6 +35,7 @@ dnslib = "*"
 requests = "*"
 gunicorn = "*"
 httpbin = "*"
+psutil = "*"
 
 # Keep init.cli.ext updated with this required microserver version.
 microserver = ">=1.0.6"
@@ -47,6 +48,7 @@ python-jose = "*"
 # depends upon. Pinning Wekrzeug for now until httpbin or its dependencies is
 # updated for the changed API.
 Werkzeug = "==2.0.3"
+flask = "==2.1.3"
 
 [requires]
 python_version = "3"
diff --git a/tests/prepare_proxy_verifier.sh b/tests/prepare_proxy_verifier.sh
index e1ddf9948..beb05a5d5 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="11d9acda6639d25c9199c272e5ab84826412f627"
 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..a37212091 100644
--- a/tests/proxy-verifier-version.txt
+++ b/tests/proxy-verifier-version.txt
@@ -1 +1 @@
-v2.3.3
+v2.4.1