Introduce proxy-verifier to AuTests#7274
Merged
bryancall merged 1 commit intoapache:9.0.xfrom Oct 13, 2020
Merged
Conversation
This adds the proxy-verifier client and server to the Traffic Server autests. log-filter.test.py is modified to make use of proxy-verifier. (cherry picked from commit 2e179c7)
Contributor
|
[approve ci ubuntu] |
masaori335
pushed a commit
to masaori335/trafficserver
that referenced
this pull request
Jan 26, 2021
* asf/9.0.x: Updated ChangeLog gracefully handle TSReleaseAsserts in statichit and generator plugins (apache#7269) Respecting default rolling_enabled in plugins. (apache#7275) Fix truncated reponse on HTTP/2 graceful shutdown (apache#7267) Fix proxy.process.http.current_client_transactions (apache#7258) 7096: Synchronize Server Session Management and Network I/O (apache#7278) Introduce proxy-verifier to AuTests (apache#7274)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This adds the proxy-verifier client and server to the Traffic Server
autests. log-filter.test.py is modified to make use of proxy-verifier.
(cherry picked from commit 2e179c7)
This is a cherry-pick to 9.0.x of PR:
#7211