qemu-iotests: Update 093 to improve the draining test
commit3db3e9c621519cbfc2b52e98b38f13ad863c0062
authorAlberto Garcia <berto@igalia.com>
Thu, 2 Aug 2018 14:50:25 +0000 (2 17:50 +0300)
committerKevin Wolf <kwolf@redhat.com>
Wed, 15 Aug 2018 10:50:39 +0000 (15 12:50 +0200)
tree1303bce436aaac765298bd4af377a605ac40168e
parent5d8e4ca035f5a21e8634eb63a678bed55a1a94f9
qemu-iotests: Update 093 to improve the draining test

The previous patch fixes a problem in which draining a block device
with more than one throttled request can make it wait first for the
completion of requests in other members of the same group.

This patch updates test_remove_group_member() in iotest 093 to
reproduce that scenario. This updated test would hang QEMU without the
fix from the previous patch.

Signed-off-by: Alberto Garcia <berto@igalia.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
tests/qemu-iotests/093