Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions test/server/config_validation/config_fuzz_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,9 @@ DEFINE_PROTO_FUZZER(const envoy::config::bootstrap::v3::Bootstrap& input) {
options.log_level_ = Fuzz::Runner::logLevel();

try {
validateConfig(options, Network::Address::InstanceConstSharedPtr(), component_factory,
Thread::threadFactoryForTest(), Filesystem::fileSystemForTest());
validateConfig(options, std::make_shared<Network::Address::Ipv4Instance>("127.0.0.1"),
component_factory, Thread::threadFactoryForTest(),
Filesystem::fileSystemForTest());
} catch (const EnvoyException& ex) {
ENVOY_LOG_MISC(debug, "Controlled EnvoyException exit: {}", ex.what());
}
Expand Down
220 changes: 220 additions & 0 deletions test/server/server_corpus/start_async_client_when_validate_config

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.