Skip to content

Conversation

@bneradt
Copy link
Contributor

@bneradt bneradt commented Apr 24, 2023

go-httpbin@v2.6.0 fixes /bytes/0 to actually return 0 bytes. This patch
accommodates our autests for that fix and any other behavioral changes.

go-httpbin@v2.6.0 fixes /bytes/0 to actually return 0 bytes. This patch
accommodates our autests for that fix and any other behavioral changes.
@bneradt bneradt self-assigned this Apr 24, 2023
@bneradt bneradt added the AuTest label Apr 24, 2023
@bneradt bneradt added this to the 10.0.0 milestone Apr 24, 2023
@bneradt bneradt merged commit a9cb994 into apache:master Apr 24, 2023
@bneradt bneradt deleted the updates_for_go_httpbin_v2_6_0 branch April 24, 2023 18:23
bneradt added a commit to bneradt/trafficserver that referenced this pull request Jul 5, 2023
go-httpbin@v2.6.0 fixes /bytes/0 to actually return 0 bytes. This patch
accommodates our autests for that fix and any other behavioral changes.

(cherry picked from commit a9cb994)
bneradt added a commit to bneradt/trafficserver that referenced this pull request Jul 5, 2023
go-httpbin@v2.6.0 fixes /bytes/0 to actually return 0 bytes. This patch
accommodates our autests for that fix and any other behavioral changes.

(cherry picked from commit a9cb994)
zwoop pushed a commit that referenced this pull request Jul 5, 2023
* Fix autest for OpenSSL 3.0 (#9753)

* Fix forward-non-http autest for OpenSSL 3.0

* Fix tls-verify-override autest for OpenSSL 3.0

* Fix tls_client_versions autest with OpenSSL 3.0

* Update test-nc-s_client.sh

Added an EOF to test-nc-s_client.sh

(cherry picked from commit e6d2fb1)

Conflicts:
      tests/gold_tests/tls/test-nc-s_client.sh

* Fix autests for fedora 38 (#9881)

I ran autest on fedora:38 and noticed that all but three passed. This commit updates our autests to work with the newer openssl s_client and Python3.11.

The most significant set of changes come from hyper being abandoned an no longer working on Python 3.11. This converts the ad-hoc clients we had written in hyper to the h2 framework.

(cherry picked from commit 4310521)

* Replace httpbin with go-httpbin (#9475)

The Python httpbin is no longer maintained and has dependency issues upon an old Werkzeug from which we would like to unpin. This converts our tests to using go-httpbin instead of the Python httpbin module.

(cherry picked from commit 796391e)

Conflicts:
      tests/gold_tests/proxy_protocol/gold/test_case_0_stdout.gold
      tests/gold_tests/proxy_protocol/gold/test_case_1_stdout.gold
      tests/gold_tests/proxy_protocol/gold/test_case_2_stdout.gold
      tests/gold_tests/proxy_protocol/gold/test_case_3_stderr.gold
      tests/gold_tests/proxy_protocol/gold/test_case_3_stdout.gold
      tests/gold_tests/proxy_protocol/gold/test_case_4_stderr.gold
      tests/gold_tests/proxy_protocol/gold/test_case_4_stdout.gold

* Updates for the new go-httpbin v2.6.0 release. (#9633)

go-httpbin@v2.6.0 fixes /bytes/0 to actually return 0 bytes. This patch
accommodates our autests for that fix and any other behavioral changes.

(cherry picked from commit a9cb994)

* Fix test_tsapi.cc shutdown crash

The global namespace destructor for the test_tsapi.cc used in
tsapi.test.py would crash on shutdown. This does the cleanup in a
shutdown handler rather than in the global namespace.

---------

Co-authored-by: midchildan <git@midchildan.org>
masaori335 pushed a commit to masaori335/trafficserver that referenced this pull request Sep 26, 2023
* Fix autest for OpenSSL 3.0 (apache#9753)

* Fix forward-non-http autest for OpenSSL 3.0

* Fix tls-verify-override autest for OpenSSL 3.0

* Fix tls_client_versions autest with OpenSSL 3.0

* Update test-nc-s_client.sh

Added an EOF to test-nc-s_client.sh

(cherry picked from commit e6d2fb1)

Conflicts:
      tests/gold_tests/tls/test-nc-s_client.sh

* Fix autests for fedora 38 (apache#9881)

I ran autest on fedora:38 and noticed that all but three passed. This commit updates our autests to work with the newer openssl s_client and Python3.11.

The most significant set of changes come from hyper being abandoned an no longer working on Python 3.11. This converts the ad-hoc clients we had written in hyper to the h2 framework.

(cherry picked from commit 4310521)

* Replace httpbin with go-httpbin (apache#9475)

The Python httpbin is no longer maintained and has dependency issues upon an old Werkzeug from which we would like to unpin. This converts our tests to using go-httpbin instead of the Python httpbin module.

(cherry picked from commit 796391e)

Conflicts:
      tests/gold_tests/proxy_protocol/gold/test_case_0_stdout.gold
      tests/gold_tests/proxy_protocol/gold/test_case_1_stdout.gold
      tests/gold_tests/proxy_protocol/gold/test_case_2_stdout.gold
      tests/gold_tests/proxy_protocol/gold/test_case_3_stderr.gold
      tests/gold_tests/proxy_protocol/gold/test_case_3_stdout.gold
      tests/gold_tests/proxy_protocol/gold/test_case_4_stderr.gold
      tests/gold_tests/proxy_protocol/gold/test_case_4_stdout.gold

* Updates for the new go-httpbin v2.6.0 release. (apache#9633)

go-httpbin@v2.6.0 fixes /bytes/0 to actually return 0 bytes. This patch
accommodates our autests for that fix and any other behavioral changes.

(cherry picked from commit a9cb994)

* Fix test_tsapi.cc shutdown crash

The global namespace destructor for the test_tsapi.cc used in
tsapi.test.py would crash on shutdown. This does the cleanup in a
shutdown handler rather than in the global namespace.

---------

Co-authored-by: midchildan <git@midchildan.org>
(cherry picked from commit 92eebcd)
cmcfarlen pushed a commit to cmcfarlen/trafficserver that referenced this pull request Jun 3, 2024
* asf/master: (40 commits)
  Change remap filter behavior to match ip_allow.yaml (apache#9631)
  Cleanup: Get rid of dead code from Cache (apache#9621)
  Replace obsolete Debug() macro with Dbg() in SocksProxy.cc. (apache#9613)
  Updates for the new go-httpbin v2.6.0 release. (apache#9633)
  Fix debian symbol not found for test_HttpTransact (apache#9617)
  add traffic_ctl to cmake (apache#9628)
  Fix Proxy Protocol outbound (apache#9632)
  DOC: Fix variable name `proxy.config.exec_thread.autoconfig.enabled`. (apache#9629)
  traffic_ctl: metric monitor. Handle SIGINT to drop collected stats. (apache#9570)
  traffic_ctl: plugin msg command, print out the response from server. (apache#9610)
  Doc: document IP allow filter for remap. (apache#9626)
  Cleanup: Rename d with vol (apache#9619)
  Ensure a reason phrase when sending an HTTP/1 response (apache#9615)
  Cmake plugins and install things (apache#9597)
  quic: Fix session cleanup assert. (apache#9622)
  Enables switching SSL certificates on QUIC with QUICHE (apache#9347)
  Use FetchSM for OCSP HTTP requests (apache#9591)
  Make a couple of the threads configs correct (apache#9604)
  Change submit_and_wait to take ink_hrtime. Fix test_AIO for io_uring. (apache#9555)
  Update build_h3_tools for mac (apache#9608)
  ...
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