Skip to content

Commit

Permalink
fixup: fuzzer test
Browse files Browse the repository at this point in the history
  • Loading branch information
eugeneo committed Nov 9, 2023
1 parent cc0e32e commit 903e4cb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/core/xds/xds_client_fuzzer.cc
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,8 @@ class Fuzzer {

void OnResourceChanged(
std::shared_ptr<const typename ResourceType::ResourceType> resource,
RefCountedPtr<XdsTransportFactory::XdsTransport::StreamingCall::
ReadDelayHandle> /* read_delay_handle */) override {
RefCountedPtr<XdsApi::ReadDelayHandle> /* read_delay_handle */)
override {
gpr_log(GPR_INFO, "==> OnResourceChanged(%s %s): %s",
std::string(ResourceType::Get()->type_url()).c_str(),
resource_name_.c_str(), resource->ToString().c_str());
Expand All @@ -163,8 +163,8 @@ class Fuzzer {
}

void OnResourceDoesNotExist(
RefCountedPtr<XdsTransportFactory::XdsTransport::StreamingCall::
ReadDelayHandle> /* read_delay_handle */) override {
RefCountedPtr<XdsApi::ReadDelayHandle> /* read_delay_handle */)
override {
gpr_log(GPR_INFO, "==> OnResourceDoesNotExist(%s %s)",
std::string(ResourceType::Get()->type_url()).c_str(),
resource_name_.c_str());
Expand Down

0 comments on commit 903e4cb

Please sign in to comment.