mirror of https://github.com/grpc/grpc.git
Remove condition that I dont remember why it exists (#27836)
parent
08c7b254bd
commit
09658682c9
2 changed files with 67 additions and 3 deletions
@ -0,0 +1,67 @@ |
||||
actions { |
||||
create_server { |
||||
} |
||||
} |
||||
actions { |
||||
create_channel { |
||||
target: "dns:server" |
||||
} |
||||
} |
||||
actions { |
||||
create_call { |
||||
method { |
||||
value: "/foo" |
||||
} |
||||
timeout: 1000000000 |
||||
} |
||||
} |
||||
actions { |
||||
request_call { |
||||
} |
||||
} |
||||
actions { |
||||
queue_batch { |
||||
operations { |
||||
send_initial_metadata { |
||||
} |
||||
} |
||||
operations { |
||||
send_message { |
||||
} |
||||
} |
||||
} |
||||
} |
||||
actions { |
||||
change_active_call { |
||||
} |
||||
} |
||||
actions { |
||||
advance_time: 10000000 |
||||
} |
||||
actions { |
||||
advance_time: 10000000 |
||||
} |
||||
actions { |
||||
poll_cq { |
||||
} |
||||
} |
||||
actions { |
||||
queue_batch { |
||||
operations { |
||||
receive_message { |
||||
} |
||||
} |
||||
} |
||||
} |
||||
actions { |
||||
queue_batch { |
||||
operations { |
||||
send_close_from_client { |
||||
} |
||||
} |
||||
operations { |
||||
receive_close_on_server { |
||||
} |
||||
} |
||||
} |
||||
} |
Loading…
Reference in new issue