[fuzz] Added status frame support to h2 fuzz test#13807
Merged
asraa merged 2 commits intoenvoyproxy:masterfrom Nov 2, 2020
Merged
[fuzz] Added status frame support to h2 fuzz test#13807asraa merged 2 commits intoenvoyproxy:masterfrom
asraa merged 2 commits intoenvoyproxy:masterfrom
Conversation
Signed-off-by: Zach <zasweq@google.com>
Contributor
Author
|
/assign @asraa @htuch @adisuissa |
adisuissa
reviewed
Oct 29, 2020
Contributor
adisuissa
left a comment
There was a problem hiding this comment.
LGTM.
BTW: Is the plan to make a more generic multiple headers integration fuzz tests?
Contributor
|
/wait |
Contributor
There is the unit request/response header frame fuzz test, which just feeds headers frames to the connection. I'm not sure how much overlap there will be with those, i think it's good to have both coverage here and there. |
Signed-off-by: Zach <zasweq@google.com>
Contributor
Author
|
/retest |
|
Retrying Azure Pipelines: |
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.
Signed-off-by: Zach Reyes zasweq@google.com
Commit Message: Added status frame support to h2 fuzz test
Additional Description: I added status frame to http2frame to test overflowed statuses in #13314. I added this frame to h2_fuzz.cc.
Risk Level: Low
Testing: Added regression test