mirror of https://github.com/grpc/grpc.git
[fuzzing] Fix api-fuzzer found bug in ClientPromiseBasedCall (#34655)
A little debatable if it's a bug in the fuzzer or the call, but erring on the side of compatibility (and we'll fix when we drop the batch api).pull/34680/head
parent
7c59c09f43
commit
eb9e57a03c
3 changed files with 41 additions and 5 deletions
@ -0,0 +1,27 @@ |
||||
actions { |
||||
create_channel { |
||||
target: "unix:" |
||||
channel_creds { |
||||
} |
||||
} |
||||
} |
||||
actions { |
||||
create_call { |
||||
propagation_mask: 9869440 |
||||
method { |
||||
value: "v" |
||||
} |
||||
timeout: 1000000000 |
||||
} |
||||
} |
||||
actions { |
||||
queue_batch { |
||||
operations { |
||||
receive_message { |
||||
} |
||||
} |
||||
} |
||||
} |
||||
config_vars { |
||||
experiments: 390842023935 |
||||
} |
Loading…
Reference in new issue