Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to Proxy Verifier v2.8.1 #9834

Merged
merged 1 commit into from
Jun 13, 2023
Merged

Conversation

bneradt
Copy link
Contributor

@bneradt bneradt commented Jun 13, 2023

Proxy Verifier v2.8.1 has fixes for the way Proxy Verifier relates to HTTP/2 CONNECT method request pseudo header fields. This will be helpful for testing HTTP/2 CONNECT requests.

Proxy Verifier v2.8.1 has fixes for the way Proxy Verifier relates to
HTTP/2 CONNECT method request pseudo header fields. This will be helpful
for testing HTTP/2 CONNECT requests.
@bneradt bneradt added the AuTest label Jun 13, 2023
@bneradt bneradt added this to the 10.0.0 milestone Jun 13, 2023
@bneradt bneradt self-assigned this Jun 13, 2023
@bneradt bneradt merged commit d5c47a7 into apache:master Jun 13, 2023
@bneradt bneradt deleted the update_to_pv_281 branch June 13, 2023 18:02
bryancall pushed a commit to bryancall/trafficserver that referenced this pull request Jun 14, 2023
Proxy Verifier v2.8.1 has fixes for the way Proxy Verifier relates to
HTTP/2 CONNECT method request pseudo header fields. This will be helpful
for testing HTTP/2 CONNECT requests.
JosiahWI pushed a commit to JosiahWI/trafficserver that referenced this pull request Jul 19, 2023
These are cherry-picks from asf that has the fix for crash caused by H2 CONNECT.
* Added http connect Autest with proxy verifier (apache#9315)

* Added a HTTP CONNECT test using proxy verifier

* Updated comment

* added proxy-response verification

(cherry picked from commit b5f2023)

* Added Autest for H2 CONNECT and fix a crash triggered by the test (apache#9781)

In apache#9616, @maskit wrote an H2 CONNECT Autest but couldn't include that in the final PR because of a Proxy Verifier issue.
Now that the Proxy Verifier issue is resolved, the Autest is added in this PR(with a few tweaks).

ATS crashes with the new test executing HTTP/2 tunneling traffic. This PR also includes a fix to resolve that.

(cherry picked from commit df7ccfe)

* Update to Proxy Verifier v2.8.1 (apache#9834)

Proxy Verifier v2.8.1 has fixes for the way Proxy Verifier relates to
HTTP/2 CONNECT method request pseudo header fields. This will be helpful
for testing HTTP/2 CONNECT requests.

(cherry picked from commit d5c47a7)
bneradt added a commit to bneradt/trafficserver that referenced this pull request Sep 8, 2023
This is a set of Proxy Verifier cherry-picks from master into 9.2.x to
get 9.2.x up to date with the latest v2.10.1 Proxy Verifier release.

---

Fix the autest Proxy Verifier version check (apache#9365)

The Proxy Verifier autest version check logic assumed that
verifier-client was in the PATH. This is most often not the case, and
even if it is it can be the wrong one since the test will by default use
the unpacked Proxy Verifier from bintray. This fixes the check so that
it explicitly refers to the verifier-client that the test will use.

(cherry picked from commit edbd10a)

Upgrade to Proxy Verifier v2.7.0 (apache#9611)

Proxy Verifier v2.7.0 adds:

* Proxy Protocol support.
* HTTP response reason string verification

Some of the h2origin AuTest tests were over-specified with respect to
reason strings. HTTP/2 explicitly removes reason strings, so they will
not be in the responses nor will the verifier client find them. This
removes those incorrect specifications.

(cherry picked from commit b449992)

Fix a crash caused by a HTTP/2 GET request with a body (apache#9738)

* fix a crash caused by a HTTP/2 GET request with a body

* Update to Proxy Verifier v2.8.0

This updates our test suite to use Proxy Verifier v2.8.0. This release
comes with HTTP/2 frame replay updates.

In the cherry-pick from master to 9.2.x, I removed the following test
updates because they were HTTP/2 to origin specific:

* h2get_with_body
* background_fill

(cherry picked from commit 0f70092)

---------

Co-authored-by: bneradt <bneradt@yahooinc.com>
(cherry picked from commit 50b6aa9)

Update to Proxy Verifier v2.8.1 (apache#9834)

Proxy Verifier v2.8.1 has fixes for the way Proxy Verifier relates to
HTTP/2 CONNECT method request pseudo header fields. This will be helpful
for testing HTTP/2 CONNECT requests.

(cherry picked from commit d5c47a7)

Proxy Verifier: update to v2.9.0 (apache#10083)

Proxy Verifier v2.9.0 adds HTTP/2 trailer support as well as containing
updates for Expect: 100-continue and quic timeout.

(cherry picked from commit 183aa3e)

Update Proxy Verifier to v2.10.1 (apache#10322)

This includes the ability to specify separate DATA frames for a stream
as well as a way to keep a session open after the final transaction.

(cherry picked from commit c5d7b19)

fix ProxyVerifier version check (apache#9267)

(cherry picked from commit a2ab0b7)
zwoop pushed a commit that referenced this pull request Sep 8, 2023
This is a set of Proxy Verifier cherry-picks from master into 9.2.x to
get 9.2.x up to date with the latest v2.10.1 Proxy Verifier release.

---

Fix the autest Proxy Verifier version check (#9365)

The Proxy Verifier autest version check logic assumed that
verifier-client was in the PATH. This is most often not the case, and
even if it is it can be the wrong one since the test will by default use
the unpacked Proxy Verifier from bintray. This fixes the check so that
it explicitly refers to the verifier-client that the test will use.

(cherry picked from commit edbd10a)

Upgrade to Proxy Verifier v2.7.0 (#9611)

Proxy Verifier v2.7.0 adds:

* Proxy Protocol support.
* HTTP response reason string verification

Some of the h2origin AuTest tests were over-specified with respect to
reason strings. HTTP/2 explicitly removes reason strings, so they will
not be in the responses nor will the verifier client find them. This
removes those incorrect specifications.

(cherry picked from commit b449992)

Fix a crash caused by a HTTP/2 GET request with a body (#9738)

* fix a crash caused by a HTTP/2 GET request with a body

* Update to Proxy Verifier v2.8.0

This updates our test suite to use Proxy Verifier v2.8.0. This release
comes with HTTP/2 frame replay updates.

In the cherry-pick from master to 9.2.x, I removed the following test
updates because they were HTTP/2 to origin specific:

* h2get_with_body
* background_fill

(cherry picked from commit 0f70092)

---------

Co-authored-by: bneradt <bneradt@yahooinc.com>
(cherry picked from commit 50b6aa9)

Update to Proxy Verifier v2.8.1 (#9834)

Proxy Verifier v2.8.1 has fixes for the way Proxy Verifier relates to
HTTP/2 CONNECT method request pseudo header fields. This will be helpful
for testing HTTP/2 CONNECT requests.

(cherry picked from commit d5c47a7)

Proxy Verifier: update to v2.9.0 (#10083)

Proxy Verifier v2.9.0 adds HTTP/2 trailer support as well as containing
updates for Expect: 100-continue and quic timeout.

(cherry picked from commit 183aa3e)

Update Proxy Verifier to v2.10.1 (#10322)

This includes the ability to specify separate DATA frames for a stream
as well as a way to keep a session open after the final transaction.

(cherry picked from commit c5d7b19)

fix ProxyVerifier version check (#9267)

(cherry picked from commit a2ab0b7)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants