Client fuzzer for binder transport#27052
Merged
TaWeiTu merged 3 commits intogrpc:masterfrom Sep 15, 2021
Merged
Conversation
8b694e2 to
4ee14c1
Compare
f55f8d9 to
f10eb79
Compare
TaWeiTu
commented
Aug 19, 2021
63d911b to
a7cbc21
Compare
5886e18 to
af142c2
Compare
04fa8c5 to
0bdd898
Compare
ff5e1f4 to
f5c0fdc
Compare
20ff1dd to
caa8785
Compare
3d39f3d to
39d6d8a
Compare
sifmelcara
reviewed
Sep 9, 2021
Contributor
sifmelcara
left a comment
There was a problem hiding this comment.
Will finish my review when I got time. Any comments on corpus?
39d6d8a to
4ff284f
Compare
sifmelcara
reviewed
Sep 10, 2021
4ff284f to
c85ae2a
Compare
sifmelcara
approved these changes
Sep 11, 2021
Contributor
sifmelcara
left a comment
There was a problem hiding this comment.
Let me generate a copybara import to see if it works
d0fc880 to
746233a
Compare
sifmelcara
reviewed
Sep 13, 2021
|
|
||
| licenses(["notice"]) | ||
|
|
||
| load("//test/core/util:grpc_fuzzer.bzl", "grpc_fuzzer") |
Contributor
There was a problem hiding this comment.
This load need to be moved to the top of the file
Contributor
There was a problem hiding this comment.
Other than this, copybara import looks ok
Contributor
Author
There was a problem hiding this comment.
This load need to be moved to the top of the file
Done.
Other than this, copybara import looks ok
Nice, thanks!
f84209b to
dc73e40
Compare
sifmelcara
approved these changes
Sep 14, 2021
fd063a5 to
e1cf9b2
Compare
lidizheng
pushed a commit
to lidizheng/grpc
that referenced
this pull request
Sep 23, 2021
* Add client fuzzer * Limit readable parcel size to 1MB
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.
Add a client fuzzer for binder transport.
The fuzzer is very similar to
test/core/end2end/fuzzers/client_fuzzer, with HTTP/2 transport being replaced by binder transport and HTTP/2 mock endpoints replaced by a almost-equivalent version of binder.Depends on #27182.