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

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


The following commit(s) were added to refs/heads/9.0.x by this push:
     new 0c9f9fe  Updating to use Proxy Verifier 2.1.0 (#7534)
0c9f9fe is described below

commit 0c9f9fed3ba25240a2826ecf45aa22c608a08ab5
Author: Brian Neradt <brian.ner...@gmail.com>
AuthorDate: Thu Feb 18 11:16:32 2021 -0600

    Updating to use Proxy Verifier 2.1.0 (#7534)
    
    Proxy Verifier 2.1.0 adds server-side delay functionality.
    
    (cherry picked from commit 27880de9644d78aaed9f28039d88a22205973dec)
---
 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 4a7a854..baae958 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="fe12c70785dead024621a6d8ec9f9925a32123f9"
+expected_sha1="7e17ea3fa13bede2a33a9a1d23425f23cbd16521"
 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 f3b15f3..1defe53 100644
--- a/tests/proxy-verifier-version.txt
+++ b/tests/proxy-verifier-version.txt
@@ -1 +1 @@
-v2.0.2
+v2.1.0

Reply via email to