-
Notifications
You must be signed in to change notification settings - Fork 5.5k
[fuzz]network-level WriteFilter generic fuzzer #12462
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
Changes from all commits
60b15e4
a9d4a1c
69d7434
a6c027c
fea6e32
c684406
3b3933c
eb9fbe3
5cfae90
24a2f90
fbf2e68
03da8ab
51118cc
258ffec
6babdfc
ce88641
52d4aad
9dd4b9f
c7a93d4
9c8da48
355b898
66a63db
9657675
c9d7b0f
b6fd5d6
713f2df
ccab863
95d62b8
f89f312
ad4fa21
f1ced93
655b660
2aedc6e
fe23bab
994c156
8616371
abca561
5b81176
409b092
8da1a75
4bea026
d22a7fb
2e36c25
d503594
9eaf826
89eac21
b3c389f
79ce3e5
b39b315
7ac7658
2b6af9d
7f54700
ba00305
8d0c52b
1341675
e095de3
8a92cd0
44358da
e17c103
7e6e148
2ffa96f
28b23d2
51f4e0b
c119343
f34bcc6
ffe8fc0
d1d03a1
042ee99
6770c7b
8a7d094
7928d23
4431112
7b1cd9b
4bb5dd2
09f031a
df6d54e
b31f553
7d52110
7544234
3fba602
4841b65
7ebb945
8c965a2
8739130
997d8c8
1bef133
5d2216a
6510166
36129ca
46c0c37
b85d48e
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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.
Are the deps below added instead of
envoy_all_network_filtersto exclude postgres?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.
envoy_all_network_filtersincludes 20 filters and only 5 of them are WriteFilters. And yes, I exclude postgres here. But another reason is to exclude all those ReadFilters to reduce linking time.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.
Sounds good for now -- I just wonder if somoene adds a write filter it may get missed.