Re: [PATCH v3 10/11] tests/migration-tests: Verify postcopy-recover-setup status

2024-06-20 Thread Fabiano Rosas
Peter Xu writes: > Making sure the postcopy-recover-setup status is present in the postcopy > failure unit test. Note that it only applies to src QEMU not dest. > > This also introduces the tiny but helpful migration_event_wait() helper. Not anymore. I'll drop this line. Reviewed-by: Fabiano R

[PATCH v3 10/11] tests/migration-tests: Verify postcopy-recover-setup status

2024-06-19 Thread Peter Xu
Making sure the postcopy-recover-setup status is present in the postcopy failure unit test. Note that it only applies to src QEMU not dest. This also introduces the tiny but helpful migration_event_wait() helper. Signed-off-by: Peter Xu --- tests/qtest/migration-test.c | 6 ++ 1 file chang