Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fuzz: route lookup and header finalization fuzzer. (#4116)
This was a pretty easy small test to add to gain coverage over all route resolution and header finalization. Automatically generated corpus from //test/common/router:config_impl_test. To regenerate the corpus: bazel run //test/common/router:config_impl_test \ --test_env="ROUTE_CORPUS_PATH=$PWD/test/common/router/route_corpus" Risk level: Low Testing: Corpus coverage of 72.4% for config_impl.cc. Signed-off-by: Harvey Tuch <htuch@google.com>
- Loading branch information