mirror of https://github.com/grpc/grpc.git
[promises] Fix fuzzer found uncancelable call bug in client promise code (#34909)
Closes #34909
COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/pull/34909 from ctiller:lambda-mcfly 92f759d763
PiperOrigin-RevId: 589989462
pull/35283/head
parent
b63a21b419
commit
a7e90045db
3 changed files with 55 additions and 1 deletions
@ -0,0 +1,51 @@ |
||||
api_actions { |
||||
create_call { |
||||
propagation_mask: 6 |
||||
method { |
||||
value: "~" |
||||
} |
||||
timeout: 34816 |
||||
} |
||||
} |
||||
api_actions { |
||||
queue_batch { |
||||
operations { |
||||
send_initial_metadata { |
||||
} |
||||
} |
||||
operations { |
||||
send_message { |
||||
} |
||||
} |
||||
operations { |
||||
receive_message { |
||||
} |
||||
} |
||||
} |
||||
} |
||||
api_actions { |
||||
create_server { |
||||
} |
||||
} |
||||
api_actions { |
||||
disable_tracer: "(" |
||||
} |
||||
api_actions { |
||||
destroy_call { |
||||
} |
||||
} |
||||
api_actions { |
||||
poll_cq { |
||||
} |
||||
} |
||||
api_actions { |
||||
} |
||||
api_actions { |
||||
shutdown_server { |
||||
} |
||||
} |
||||
config_vars { |
||||
verbosity: "\364\204\204\204\364\204\204\204\364\204\204\204\364\204\204\204\364\204\204\204\364\204\204\204\364\204\204\204\364\204\204\204\004" |
||||
stacktrace_minloglevel: "yyyyyyyyyyyyy&yyyyyyy\177\014" |
||||
experiments: 1099511626496 |
||||
} |
Loading…
Reference in new issue