In the current implementation of the QEMU bash iotests, only qemu-io processes may be run under the Valgrind, which is a useful tool for finding memory usage issues. Let's allow the common.rc bash script runing all the QEMU processes, such as qemu-kvm, qemu-img, qemu-ndb and qemu-vxhs, under the Valgrind tool.
Andrey Shinkevich (7): iotests: allow Valgrind checking all QEMU processes iotests: amendment for benchmark output of 039 061 137 iotests: exclude killed processes from running under Valgrind iotests: Valgrind fails to work with nonexistent directory iotests: extended timeout under Valgrind iotests: extend sleeping time under Valgrind iotests: amend QEMU NBD process synchronization tests/qemu-iotests/028 | 6 +++- tests/qemu-iotests/039 | 5 ++++ tests/qemu-iotests/039.out | 30 ++++---------------- tests/qemu-iotests/051 | 1 + tests/qemu-iotests/061 | 2 ++ tests/qemu-iotests/061.out | 12 ++------ tests/qemu-iotests/137 | 1 + tests/qemu-iotests/137.out | 6 +--- tests/qemu-iotests/183 | 9 +++++- tests/qemu-iotests/192 | 6 +++- tests/qemu-iotests/247 | 6 +++- tests/qemu-iotests/common.nbd | 6 ++++ tests/qemu-iotests/common.rc | 65 ++++++++++++++++++++++++++++++++----------- 13 files changed, 94 insertions(+), 61 deletions(-) -- 1.8.3.1