mirror of https://github.com/grpc/grpc.git
[fuzzing] Fix a case whereby a call can become permanently stuck after deadline expiry (#34681)
Co-authored-by: ctiller <ctiller@users.noreply.github.com>pull/34679/head
parent
01332e2364
commit
a54c7f7266
2 changed files with 57 additions and 1 deletions
@ -0,0 +1,54 @@ |
||||
network_input { |
||||
input_segments { |
||||
segments { |
||||
repeated_zeros: 67108864 |
||||
} |
||||
} |
||||
} |
||||
api_actions { |
||||
create_call { |
||||
method { |
||||
value: "B" |
||||
} |
||||
host { |
||||
value: "B" |
||||
} |
||||
timeout: -2 |
||||
} |
||||
} |
||||
api_actions { |
||||
get_target { |
||||
} |
||||
} |
||||
api_actions { |
||||
disable_tracer: "\177\177\177\177\177\177\177\177\177\177\177\177\177\177\177\177\177\177\177\177\177\177\177\177\177\177\177\177\177\177\177\177\177\177\177\177\177\177" |
||||
} |
||||
api_actions { |
||||
queue_batch { |
||||
operations { |
||||
} |
||||
operations { |
||||
receive_message { |
||||
} |
||||
} |
||||
operations { |
||||
flags: 8192 |
||||
} |
||||
operations { |
||||
receive_status_on_client { |
||||
} |
||||
} |
||||
} |
||||
} |
||||
event_engine_actions { |
||||
assign_ports: 0 |
||||
assign_ports: 0 |
||||
connections { |
||||
} |
||||
} |
||||
config_vars { |
||||
verbosity: "\177\177" |
||||
experiments: 8863084066665136128 |
||||
} |
||||
channel_args { |
||||
} |
Loading…
Reference in new issue