Re: [PATCH v2 5/6] tests/qtest: massively speed up migration-tet

2023-04-21 Thread Juan Quintela
Daniel P. Berrangé wrote: > The migration test cases that actually exercise live migration want to > ensure there is a minimum of two iterations of pre-copy, in order to > exercise the dirty tracking code. > > Historically we've queried the migration status, looking for the > 'dirty-sync-count' va

[PATCH v2 5/6] tests/qtest: massively speed up migration-tet

2023-04-21 Thread Daniel P . Berrangé
The migration test cases that actually exercise live migration want to ensure there is a minimum of two iterations of pre-copy, in order to exercise the dirty tracking code. Historically we've queried the migration status, looking for the 'dirty-sync-count' value to increment to track iterations.