Re: [PATCH] iotests.py: Wait for postmigrate in wait_migration

2019-12-19 Thread Kevin Wolf
Am 19.12.2019 um 17:01 hat Kevin Wolf geschrieben: > Am 19.12.2019 um 16:51 hat Max Reitz geschrieben: > > Without this patch, I see intermittent failures in the new iotest 280 > > under high system load. I have not yet seen such failures with other > > iotests that use VM.wait_migration() and que

Re: [PATCH] iotests.py: Wait for postmigrate in wait_migration

2019-12-19 Thread Kevin Wolf
Am 19.12.2019 um 16:51 hat Max Reitz geschrieben: > Without this patch, I see intermittent failures in the new iotest 280 > under high system load. I have not yet seen such failures with other > iotests that use VM.wait_migration() and query-status afterwards, but > maybe they just occur even more

[PATCH] iotests.py: Wait for postmigrate in wait_migration

2019-12-19 Thread Max Reitz
Without this patch, I see intermittent failures in the new iotest 280 under high system load. I have not yet seen such failures with other iotests that use VM.wait_migration() and query-status afterwards, but maybe they just occur even more rarely. Signed-off-by: Max Reitz --- tests/qemu-iotest