On 28/07/2022 15.35, Peter Xu wrote:
v2:
- Fix warning in patch 1 [Thomas]
- Collected R-b for Daniel
Compare to v1, this added a new patch as reported by Thomas to (hopefully)
allow auto-converge test to pass on some MacOS testbeds.
Please review, thanks.
Peter Xu (2):
migration-test: Use migrate_ensure_converge() for auto-converge
migration-test: Allow test to run without uffd
tests/qtest/migration-test.c | 67 +++++++++++++++---------------------
1 file changed, 27 insertions(+), 40 deletions(-)
Seems to work now:
https://api.cirrus-ci.com/v1/task/4760264934424576/logs/build.log
Citing:
" 2/59 qemu:qtest+qtest-x86_64 / qtest-x86_64/migration-test OK
218.87s 33 subtests passed"
Tested-by: Thomas Huth <th...@redhat.com>