On Fri, Jan 15, 2021 at 2:43 PM Max Reitz <[email protected]> wrote: > > Before this patch, test_block_commit() performs an active commit, which > under the hood is a mirror job. If we want to test various different > block jobs, we should perhaps run an actual commit job instead. > > Doing so requires adding an overlay above the source node before the > commit is done (and then specifying the source node as the top node for > the commit job). > > Signed-off-by: Max Reitz <[email protected]> > Reviewed-by: Eric Blake <[email protected]> > Reviewed-by: Vladimir Sementsov-Ogievskiy <[email protected]> > --- > tests/qemu-iotests/129 | 27 +++++++++++++++++++++++++-- > 1 file changed, 25 insertions(+), 2 deletions(-)
Reviewed-by: Willian Rampazzo <[email protected]>
