Re: [PATCH v5 7/8] Add multifd_tcp_plain test using list of channels instead of uri

2024-03-12 Thread Het Gala
Hi Fabiano and Peter, do not give Reviewed-by tag for this patch. There is a small mistake here, forgot to replace NULL with args->connect_channels while calling migrate_qmp inside test_precopy_common. This was not caught earlier because, in the case where channels and uri both are absent, migrat

[PATCH v5 7/8] Add multifd_tcp_plain test using list of channels instead of uri

2024-03-11 Thread Het Gala
Add a positive test to check multifd live migration but this time using list of channels (restricted to 1) as the starting point instead of simple uri string. Signed-off-by: Het Gala Suggested-by: Fabiano Rosas --- tests/qtest/migration-test.c | 30 +++--- 1 file changed