-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
[fuzz] Fixed crashing fuzz test in Http Health Check Fuzz #13219
Conversation
Signed-off-by: Zach <[email protected]>
/assign @asraa @yanavlasov |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Quick question!
Signed-off-by: Zach <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just some quick comments!
/wait
Signed-off-by: Zach <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
/retest envoy-presubmit |
Retrying Azure Pipelines, to retry CircleCI checks, use |
Signed-off-by: Zach Reyes [email protected]
Commit Message: Fixed crashing fuzz test in Http Health Check Fuzz
Additional Description:
The http utility function getResponseStatus() throws an exception. This problem falls within the high level design issue of #10878. I will follow up after finishing gRPC health check fuzzing to remove expections in http utility functions. @yanavlasov
Risk Level: Low
Testing:
Docs Changes:
Release Notes: