mirror of https://github.com/grpc/grpc.git
[fuzzing] Fix msan error in fuzzer (#34783)
parent
53ae4d4df1
commit
888a7e87cc
2 changed files with 36 additions and 1 deletions
@ -0,0 +1,35 @@ |
||||
actions { |
||||
create_channel { |
||||
target: "dns:server" |
||||
channel_args { |
||||
} |
||||
} |
||||
} |
||||
actions { |
||||
create_call { |
||||
method { |
||||
value: "q" |
||||
} |
||||
timeout: 31232 |
||||
} |
||||
} |
||||
actions { |
||||
queue_batch { |
||||
operations { |
||||
send_initial_metadata { |
||||
} |
||||
} |
||||
} |
||||
} |
||||
actions { |
||||
sleep_ms: 262144 |
||||
} |
||||
actions { |
||||
} |
||||
actions { |
||||
watch_connectivity: 0 |
||||
} |
||||
config_vars { |
||||
dns_resolver: "q" |
||||
experiments: 18446744073709551607 |
||||
} |
Loading…
Reference in new issue