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 295486b03d03da7992ab716e24183fcf66297b7f Author: Brian Neradt <[email protected]> AuthorDate: Mon Nov 28 18:11:25 2022 -0600 AuTest: Update to Proxy Verifier v2.5.0 (#9221) v2.5.0 includes support for the await directive in which HTTP/2 streams that depend upon the completion of a previous stream can list those streams as a dependency. It also includes the ability to specify RST_STREAM frames. The ability to await a stream is needed for the HTTP/2 to origin PR (#8963). (cherry picked from commit b9b6ee19e1b32ce12bfb5f2f9495e290e5bf9d41) --- 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 9789ee953..70825ea7d 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="ecedbb88f38bc797ed7b6a1cfad5fcd6de69037d" +expected_sha1="1920c99aa22a6368dcbb4e46f8078697219b9e77" 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 3dfbe3369..21222ceed 100644 --- a/tests/proxy-verifier-version.txt +++ b/tests/proxy-verifier-version.txt @@ -1 +1 @@ -v2.4.2 +v2.5.0
