Vladimir Sementsov-Ogievskiy a752e4786c iotests: fix 109
109 iotest is broken for raw after 0965a41e998ab820b5
[mirror: double performance of the bulk stage if the disc is full]

The problem is with finishing block-job with error: before specified
patch mirror was not very async and it created one big request at disk
start, this request finished with error and qemu produced
BLOCK_JOB_COMPLETED with zero progress.

After 0965a41, mirror starts several smaller requests in parallel, when
BLOCK_JOB_COMPLETED emited we have some successful non-zero progress.

This patch solves the issue by filtering out progress from 109 test
output.

Signed-off-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
2016-08-08 13:05:43 +02:00
..
2016-07-25 13:23:18 -05:00
2016-08-08 13:05:43 +02:00
2016-07-06 10:52:04 +02:00
2016-02-23 12:43:05 +00:00
2016-07-06 10:52:03 +02:00
2016-06-16 18:39:03 +02:00
2016-06-16 18:39:03 +02:00
2016-06-16 09:50:07 +05:30
2016-02-23 12:43:05 +00:00
2016-08-08 13:05:43 +02:00
2016-02-16 14:29:27 +00:00
2016-06-16 18:39:03 +02:00
2016-08-08 13:05:43 +02:00
2016-06-07 18:19:25 +03:00
2016-02-16 14:29:27 +00:00
2016-07-25 13:23:18 -05:00