Re: [PATCH 18/18] tests: ensure migration status isn't reported as failed

2022-03-07 Thread Peter Xu
On Wed, Mar 02, 2022 at 05:49:32PM +, Daniel P. Berrangé wrote: > Various methods in the migration test call 'query_migrate' to fetch the > current status and then access a particular field. Almost all of these > cases expect the migration to be in a non-failed state. In the case of > 'wait_for

[PATCH 18/18] tests: ensure migration status isn't reported as failed

2022-03-02 Thread Daniel P . Berrangé
Various methods in the migration test call 'query_migrate' to fetch the current status and then access a particular field. Almost all of these cases expect the migration to be in a non-failed state. In the case of 'wait_for_migration_pass' in particular, if the status is 'failed' then it will get i