You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by zw...@apache.org on 2022/12/01 16:25:14 UTC

[trafficserver] branch 9.2.x updated (461826e43 -> 4b81c6bd6)

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

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


    from 461826e43 Updated ChangeLog
     new 295486b03 AuTest: Update to Proxy Verifier v2.5.0 (#9221)
     new 4b81c6bd6 AuTest: Update to Proxy Verifier 2.5.2 (#9223)

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 tests/prepare_proxy_verifier.sh  | 2 +-
 tests/proxy-verifier-version.txt | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


[trafficserver] 01/02: AuTest: Update to Proxy Verifier v2.5.0 (#9221)

Posted by zw...@apache.org.
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 <br...@gmail.com>
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


[trafficserver] 02/02: AuTest: Update to Proxy Verifier 2.5.2 (#9223)

Posted by zw...@apache.org.
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 4b81c6bd65749caaf97fa0b2f421487c6abe0be2
Author: Brian Neradt <br...@gmail.com>
AuthorDate: Wed Nov 30 14:58:08 2022 -0600

    AuTest: Update to Proxy Verifier 2.5.2 (#9223)
    
    This fixes a long time crash in Proxy Verifier when no arguments or
    options were passed.
    
    (cherry picked from commit 68b71b6426d61f6e59cf09895b155f19d4028aea)
---
 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 70825ea7d..2f40bf02d 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="1920c99aa22a6368dcbb4e46f8078697219b9e77"
+expected_sha1="d939629949bafe6df8821e5d441762066cc6d556"
 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 21222ceed..f6dcb6433 100644
--- a/tests/proxy-verifier-version.txt
+++ b/tests/proxy-verifier-version.txt
@@ -1 +1 @@
-v2.5.0
+v2.5.2