diff options
author | Daniel P. Berrangé <berrange@redhat.com> | 2025-07-15 15:30:22 +0100 |
---|---|---|
committer | John Snow <jsnow@redhat.com> | 2025-09-15 14:36:02 -0400 |
commit | 2b2fb25c2aaf5b2e8172d845db39cc50a951a12e (patch) | |
tree | e0cac77227bfed643bb37e3c7fb28caaca8e8561 /scripts/qapi/expr.py | |
parent | d4d0ebfcc926c11d16320d0d5accf22e3441c115 (diff) | |
download | qemu-2b2fb25c2aaf5b2e8172d845db39cc50a951a12e.zip qemu-2b2fb25c2aaf5b2e8172d845db39cc50a951a12e.tar.gz qemu-2b2fb25c2aaf5b2e8172d845db39cc50a951a12e.tar.bz2 |
iotests/151: ensure subprocesses are cleaned up
The iotest 151 creates a bunch of subprocesses, with their stdout
connected to a pipe but never reads any data from them and does
not gurantee the processes are killed on cleanup.
This triggers resource leak warnings from python when the
subprocess.Popen object is garbage collected.
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Diffstat (limited to 'scripts/qapi/expr.py')
0 files changed, 0 insertions, 0 deletions