mirror of https://github.com/grpc/grpc.git
Reland call state cleanup fix (#27914)
* Revert "Revert "Fix the bug (#27899)" (#27910)"
This reverts commit e2c95fb4e5
.
* fix-msan-maybe
pull/27924/head
parent
596b919707
commit
a594d0aa1e
2 changed files with 63 additions and 0 deletions
@ -0,0 +1,62 @@ |
|||||||
|
actions { |
||||||
|
create_server { |
||||||
|
} |
||||||
|
} |
||||||
|
actions { |
||||||
|
create_channel { |
||||||
|
target: "dns:server" |
||||||
|
} |
||||||
|
} |
||||||
|
actions { |
||||||
|
create_call { |
||||||
|
method { |
||||||
|
value: "/foo" |
||||||
|
} |
||||||
|
timeout: 1000000000 |
||||||
|
} |
||||||
|
} |
||||||
|
actions { |
||||||
|
queue_batch { |
||||||
|
operations { |
||||||
|
send_initial_metadata { |
||||||
|
} |
||||||
|
} |
||||||
|
} |
||||||
|
} |
||||||
|
actions { |
||||||
|
advance_time: 9541248 |
||||||
|
} |
||||||
|
actions { |
||||||
|
queue_batch { |
||||||
|
operations { |
||||||
|
send_close_from_client { |
||||||
|
} |
||||||
|
} |
||||||
|
operations { |
||||||
|
send_message { |
||||||
|
} |
||||||
|
} |
||||||
|
operations { |
||||||
|
receive_initial_metadata { |
||||||
|
} |
||||||
|
flags: 1895825408 |
||||||
|
} |
||||||
|
} |
||||||
|
} |
||||||
|
actions { |
||||||
|
queue_batch { |
||||||
|
operations { |
||||||
|
send_message { |
||||||
|
message { |
||||||
|
value: "grp[.default_authority" |
||||||
|
intern: true |
||||||
|
} |
||||||
|
} |
||||||
|
} |
||||||
|
} |
||||||
|
} |
||||||
|
actions { |
||||||
|
advance_time: 10000000 |
||||||
|
} |
||||||
|
actions { |
||||||
|
} |
Loading…
Reference in new issue