mirror of https://github.com/grpc/grpc.git
[xDS] fix fuzzer-found bug with resource field unset in Resource wrapper (#33274)
parent
bc70a67e94
commit
b103379a43
4 changed files with 41 additions and 7 deletions
@ -0,0 +1,26 @@ |
||||
bootstrap: "{\"xds_servers\": [{\"server_uri\":\"xds.example.com:443\", \"channel_creds\":[{\"type\": \"fake\"}]}]}" |
||||
actions { |
||||
start_watch { |
||||
resource_type { |
||||
cluster { |
||||
} |
||||
} |
||||
} |
||||
} |
||||
actions { |
||||
send_message_to_client { |
||||
stream_id { |
||||
ads { |
||||
} |
||||
} |
||||
response { |
||||
version_info: "envoy.config.cluster.v3.Cluster" |
||||
resources { |
||||
type_url: "envoy.service.discovery.v3.Resource" |
||||
} |
||||
canary: true |
||||
type_url: "envoy.config.cluster.v3.Cluster" |
||||
nonce: "envoy.config.cluster.v3.Cluster" |
||||
} |
||||
} |
||||
} |
Loading…
Reference in new issue