-
Notifications
You must be signed in to change notification settings - Fork 20
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
Supports regression test in fuzzing_launcher #56
Conversation
Adds string_flag engine to decide the fuzzing_launcher behavior. Signed-off-by: tengpeng <[email protected]> modified: .bazelrc modified: WORKSPACE modified: fuzzing/BUILD modified: fuzzing/common.bzl modified: fuzzing/repositories.bzl modified: fuzzing/tools/launcher.py
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 to double-check, is envoyproxy/envoy#12530 on hold until this PR is sorted out?
Yes, I plan to go back to the envoy PR as soon as this PR is merged. Can you take a look at the comment question under the PR? |
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.
Looks good overall, a few issues remaining.
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.
One more issue, and we should be good to go.
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.
LGTM!
Commit Message:
Supports regression test in fuzzing_launcher
Adds string_flag engine to decide the fuzzing_launcher behavior.
Additional Description:
Testing:
Local testing and CI testing.
Docs Changes: N/A
Fixes #55
Signed-off-by: tengpeng [email protected]