mirror of https://github.com/grpc/grpc.git
Fix bug in memory quota fuzzer (#27670)
* flush more thoroughly * add reproducer * fixespull/27536/head
parent
5acc4c40a1
commit
3a78db6cdf
2 changed files with 28 additions and 3 deletions
@ -0,0 +1,21 @@ |
||||
actions { |
||||
create_quota {} |
||||
} |
||||
actions { |
||||
create_allocator {} |
||||
} |
||||
actions { |
||||
post_reclaimer { |
||||
msg { |
||||
actions { |
||||
create_quota {} |
||||
} |
||||
actions { |
||||
create_allocator {} |
||||
} |
||||
actions { |
||||
post_reclaimer {} |
||||
} |
||||
} |
||||
} |
||||
} |
Loading…
Reference in new issue