bneradt commented on code in PR #13574:
URL: https://github.com/apache/trafficserver/pull/13574#discussion_r3855113107
##########
tests/gold_tests/slow_post/quick_server.test.py:
##########
@@ -27,24 +31,27 @@ class QuickServerTest:
"""Verify that ATS doesn't delay responses behind slow posts."""
_init_file = '__init__.py'
- _http_utils = 'http_utils.py'
_slow_post_client = 'slow_post_client.py'
+ _partial_post_client = 'partial_post_client.py'
_quick_server = 'quick_server.py'
_dns_counter = 0
_server_counter = 0
_ts_counter = 0
- def __init__(self, abort_request: bool, drain_request: bool,
abort_response_headers: bool):
+ def __init__(self, abort_request: bool, drain_request: bool,
abort_response_headers: bool, use_request_transform: bool = False):
Review Comment:
we enforce this check in ci
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]