mirror of https://github.com/grpc/grpc.git
[api_fuzzer] Fix timeout case (#30578)
parent
793d0d15c8
commit
1ed09bd6dc
2 changed files with 50 additions and 2 deletions
@ -0,0 +1,49 @@ |
|||||||
|
actions { |
||||||
|
create_server { |
||||||
|
} |
||||||
|
} |
||||||
|
actions { |
||||||
|
create_channel { |
||||||
|
target: "unix::peht046,,\343\236\2349,Sac,,t" |
||||||
|
channel_actions { |
||||||
|
add_n_bytes_readable: 89 |
||||||
|
wait_ms: 35195367205109760 |
||||||
|
} |
||||||
|
channel_actions { |
||||||
|
add_n_bytes_writable: 31769 |
||||||
|
add_n_bytes_readable: 35195367205109760 |
||||||
|
} |
||||||
|
channel_actions { |
||||||
|
wait_ms: 20 |
||||||
|
} |
||||||
|
} |
||||||
|
} |
||||||
|
actions { |
||||||
|
create_call { |
||||||
|
propagation_mask: 9869440 |
||||||
|
method { |
||||||
|
value: "v" |
||||||
|
} |
||||||
|
timeout: 100000000 |
||||||
|
} |
||||||
|
} |
||||||
|
actions { |
||||||
|
queue_batch { |
||||||
|
operations { |
||||||
|
send_initial_metadata { |
||||||
|
metadata { |
||||||
|
key { |
||||||
|
value: "grpc-tags-bin" |
||||||
|
} |
||||||
|
value { |
||||||
|
value: "unix::peht046,,\343\236\2349,Sac,,t" |
||||||
|
} |
||||||
|
} |
||||||
|
} |
||||||
|
} |
||||||
|
} |
||||||
|
} |
||||||
|
actions { |
||||||
|
} |
||||||
|
actions { |
||||||
|
} |
Loading…
Reference in new issue