Juan Quintela <quint...@redhat.com> writes: > From: Fabiano Rosas <faro...@suse.de> > > There is currently no way to write a test for errors that happened in > qmp_migrate before the migration has started. > > Add a version of qmp_migrate that ensures an error happens. To make > use of it a test needs to set MigrateCommon.result as > MIG_TEST_QMP_ERROR. > > Reviewed-by: Peter Xu <pet...@redhat.com> > Reviewed-by: Juan Quintela <quint...@redhat.com> > Signed-off-by: Fabiano Rosas <faro...@suse.de> > Signed-off-by: Juan Quintela <quint...@redhat.com> > Message-ID: <20230712190742.22294-6-faro...@suse.de> > ---
Hi Juan, What's the plan for the last patch in that series? The one that adds the actual test: [PATCH v5 6/6] tests/qtest: migration-test: Add tests for file-based migration https://lore.kernel.org/r/20230712190742.22294-7-faro...@suse.de I'm trying to keep track of what's merged and what's not because I have more patches on top of it to send. Thanks!