mirror of https://github.com/grpc/grpc.git
[api_fuzzer] Attempt to clean up fuzzer memory leak (#33120)
<!-- If you know who should review your pull request, please assign it to that person, otherwise the pull request would get assigned randomly. If your pull request is for a specific language, please add the appropriate lang label. -->pull/33127/head
parent
59dbdfeea2
commit
997af8d073
4 changed files with 77 additions and 0 deletions
@ -0,0 +1,13 @@ |
||||
actions { |
||||
create_channel { |
||||
target: "1" |
||||
channel_actions { |
||||
} |
||||
} |
||||
} |
||||
actions { |
||||
check_connectivity: true |
||||
} |
||||
actions { |
||||
disable_tracer: "1" |
||||
} |
@ -0,0 +1,27 @@ |
||||
actions { |
||||
create_channel { |
||||
target: "unix::p<,0,,, 140J" |
||||
channel_actions { |
||||
} |
||||
} |
||||
} |
||||
actions { |
||||
check_connectivity: true |
||||
} |
||||
actions { |
||||
enable_tracer: "V)" |
||||
} |
||||
actions { |
||||
poll_cq { |
||||
} |
||||
} |
||||
actions { |
||||
close_channel { |
||||
} |
||||
} |
||||
event_engine_actions { |
||||
tick_lengths { |
||||
id: 4 |
||||
delay_us: 409823569256 |
||||
} |
||||
} |
File diff suppressed because one or more lines are too long
Loading…
Reference in new issue