]> git.ipfire.org Git - thirdparty/qemu.git/commit
iotests/151: Test that active mirror progresses
authorHanna Reitz <hreitz@redhat.com>
Wed, 9 Nov 2022 16:54:51 +0000 (17:54 +0100)
committerKevin Wolf <kwolf@redhat.com>
Thu, 10 Nov 2022 12:33:56 +0000 (13:33 +0100)
commit38591290e7d8c9b5fdeb33eb2b438fef7915de22
tree22047164531d5c4576dee06c5c94c1d34936ff55
parentda93d5c84e56e6b4e84aa8e98b6b984c9b6bb528
iotests/151: Test that active mirror progresses

Before this series, a mirror job in write-blocking mode would pause
issuing background requests while active requests are in flight.  Thus,
if the source is constantly in use by active requests, no actual
progress can be made.

This series should have fixed that, making the mirror job issue
background requests even while active requests are in flight.

Have a new test case in 151 verify this.

Signed-off-by: Hanna Reitz <hreitz@redhat.com>
Message-Id: <20221109165452.67927-5-hreitz@redhat.com>
Reviewed-by: Kevin Wolf <kwolf@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
tests/qemu-iotests/151
tests/qemu-iotests/151.out