Re: [PATCH v2 1/2] migration-test: Use migrate_ensure_converge() for auto-converge

2022-07-28 Thread Peter Xu
On Thu, Jul 28, 2022 at 03:04:27PM +0200, Thomas Huth wrote: > On 22/07/2022 16.56, Peter Xu wrote: > > Thomas reported that auto-converge test will timeout on MacOS CI gatings. > > Use the migrate_ensure_converge() helper too in the auto-converge as when > > Daniel reworked the other test cases. >

Re: [PATCH v2 1/2] migration-test: Use migrate_ensure_converge() for auto-converge

2022-07-28 Thread Thomas Huth
On 22/07/2022 16.56, Peter Xu wrote: Thomas reported that auto-converge test will timeout on MacOS CI gatings. Use the migrate_ensure_converge() helper too in the auto-converge as when Daniel reworked the other test cases. Since both max_bandwidth / downtime_limit will not be used for converge c

[PATCH v2 1/2] migration-test: Use migrate_ensure_converge() for auto-converge

2022-07-22 Thread Peter Xu
Thomas reported that auto-converge test will timeout on MacOS CI gatings. Use the migrate_ensure_converge() helper too in the auto-converge as when Daniel reworked the other test cases. Since both max_bandwidth / downtime_limit will not be used for converge calculations, make it simple by removing

Re: [PATCH v2 1/2] migration-test: Use migrate_ensure_converge() for auto-converge

2022-07-22 Thread Daniel P . Berrangé
On Fri, Jul 22, 2022 at 10:56:53AM -0400, Peter Xu wrote: > Thomas reported that auto-converge test will timeout on MacOS CI gatings. > Use the migrate_ensure_converge() helper too in the auto-converge as when > Daniel reworked the other test cases. > > Since both max_bandwidth / downtime_limit wi