From bce34951acf74dbeaa1a1dc61dda433ad53adfd3 Mon Sep 17 00:00:00 2001 From: Brian Neradt Date: Mon, 28 Nov 2022 21:40:00 +0000 Subject: [PATCH] AuTest: Update to Proxy Verifier v2.5.0 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). --- 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 9789ee95386..70825ea7dc3 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 3dfbe3369d9..21222ceed22 100644 --- a/tests/proxy-verifier-version.txt +++ b/tests/proxy-verifier-version.txt @@ -1 +1 @@ -v2.4.2 +v2.5.0