-
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
Extend ext_authz fuzzer coverage to grpc client #32859
Extend ext_authz fuzzer coverage to grpc client #32859
Conversation
Signed-off-by: Antonio Leonti <[email protected]>
/assign @yanjunxiang-google |
Signed-off-by: Antonio Leonti <[email protected]>
/assign @ggreenway |
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 modulo comment from @yanjunxiang-google
/wait-any
Signed-off-by: Antonio Leonti <[email protected]>
Signed-off-by: Antonio Leonti <[email protected]>
Signed-off-by: Antonio Leonti <[email protected]>
Signed-off-by: Antonio Leonti <[email protected]>
Signed-off-by: Antonio Leonti <[email protected]>
Signed-off-by: Antonio Leonti <[email protected]>
/lgtm |
please specify a single label can be specified |
Signed-off-by: Antonio Leonti <[email protected]>
@ggreenway I think it might be waiting on you now? |
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, but there's a merge conflict
/wait
Signed-off-by: Antonio V. Leonti <[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.
LGTM, thanks!
This PR was approved by Greg, so enabling auto-merge. |
/retest |
Commit Message: Extend ext_authz fuzzer coverage to grpc client
Additional Description: Previously, the ext_authz fuzzer just used a mock client. This PR replaces the mock client with a real grpc client (which makes mock grpc calls) to extend the fuzzer coverage.
This PR also removes the static qualifier of the
mocks
object as this increases the cognitive load of making changes to the fuzzer.Risk Level: None
Testing: Test-only change
Docs Changes: n/a
Release Notes: n/a
Platform Specific Features: n/a