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 39f4e85af661cb6e6d1ab75446a793d5b3602115 Author: Brian Neradt <[email protected]> AuthorDate: Tue Sep 27 18:05:05 2022 -0500 Updating AuTest to use Proxy Verifier v2.4.2 (#9110) (cherry picked from commit 42bc196d01a2dfe4ff663d51dd3bbc5a0de77035) --- 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 7c5fdf48c..2995da84c 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="11d9acda6639d25c9199c272e5ab84826412f627" +expected_sha1="5962f0f1b3d4d983c4385301337cef2f" 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 a37212091..3dfbe3369 100644 --- a/tests/proxy-verifier-version.txt +++ b/tests/proxy-verifier-version.txt @@ -1 +1 @@ -v2.4.1 +v2.4.2
