This could create the problem that we start the "second" target before the first one has removed the serial socket.
Signed-off-by: Juan Quintela <quint...@redhat.com> --- tests/qtest/migration-test.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/qtest/migration-test.c b/tests/qtest/migration-test.c index 9f86d9bc80..933000ad81 100644 --- a/tests/qtest/migration-test.c +++ b/tests/qtest/migration-test.c @@ -2432,6 +2432,8 @@ static void test_multifd_tcp_cancel(void) qtest_set_expected_status(to->qs, EXIT_FAILURE); qtest_wait_qemu(to->qs); + guest_destroy(to); + args = (MigrateStart){ .only_target = true, }; -- 2.40.1