On 2018-04-11 14:26, Vladimir Sementsov-Ogievskiy wrote: > 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 <vsement...@virtuozzo.com> > --- > tests/qemu-iotests/169 | 48 +++++++++++++++++++++++++++--------------------- > 1 file changed, 27 insertions(+), 21 deletions(-)
Looks good, makes the test pass reliably (here) and doesn't result in overly loud meowing due to an abundance of orphaned cats. Thanks! Reviewed-by: Max Reitz <mre...@redhat.com>