]> git.proxmox.com Git - mirror_qemu.git/commit
iotests: fix 169
authorVladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
Wed, 11 Apr 2018 12:26:06 +0000 (15:26 +0300)
committerMax Reitz <mreitz@redhat.com>
Mon, 16 Apr 2018 11:35:32 +0000 (13:35 +0200)
commit25bf2426f3b27857afa35194227040eab821a047
treed4a0244eb9d90477fb7a923aa38b355598f3d530
parent605bc8be4260d3440fdfd0079005e6d9c6fc1e44
iotests: fix 169

Improve and fix 169:
    - use MIGRATION events instead of RESUME
    - make a TODO: enable dirty-bitmaps capability for offline case
    - recreate vm_b without -incoming near test end

This (likely) fixes racy faults at least of the following types:

    - timeout on waiting for RESUME event
    - sha256 mismatch on line 136 (142 after this patch)
    - fail to self.vm_b.launch() on line 135 (141 now after this patch)

And surely fixes cat processes, left after test finish.

Signed-off-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
Message-id: 20180411122606.367301-3-vsementsov@virtuozzo.com
Reviewed-by: Max Reitz <mreitz@redhat.com>
Signed-off-by: Max Reitz <mreitz@redhat.com>
tests/qemu-iotests/169