Re: [PATCH 1/5] tests: wait max 120 seconds for migration test status changes

2022-06-28 Thread Thomas Huth
On 28/06/2022 12.54, Daniel P. Berrangé wrote: Currently the wait_for_migration_fail and wait_for_migration_complete functions will spin in an infinite loop checking query-migrate status to detect a specific change/goal. This is fine when everything goes to plan, but when the unusual happens, the

Re: [PATCH 1/5] tests: wait max 120 seconds for migration test status changes

2022-06-28 Thread Laurent Vivier
On 28/06/2022 12:54, Daniel P. Berrangé wrote: Currently the wait_for_migration_fail and wait_for_migration_complete functions will spin in an infinite loop checking query-migrate status to detect a specific change/goal. This is fine when everything goes to plan, but when the unusual happens, the