Re: [PATCH 11/18] tests: expand the migration precopy helper to support failures

2022-03-10 Thread Daniel P . Berrangé
On Mon, Mar 07, 2022 at 03:57:16PM +0800, Peter Xu wrote: > On Wed, Mar 02, 2022 at 05:49:25PM +, Daniel P. Berrangé wrote: > > static void test_precopy_common(const char *listen_uri, > > const char *connect_uri, > >

Re: [PATCH 11/18] tests: expand the migration precopy helper to support failures

2022-03-07 Thread Daniel P . Berrangé
On Mon, Mar 07, 2022 at 03:39:22PM +0800, Peter Xu wrote: > On Wed, Mar 02, 2022 at 05:49:25PM +, Daniel P. Berrangé wrote: > > The migration precopy testing helper function always expects the > > migration to run to a completion state. There will be test scenarios > > for TLS where expect

Re: [PATCH 11/18] tests: expand the migration precopy helper to support failures

2022-03-07 Thread Peter Xu
On Wed, Mar 02, 2022 at 05:49:25PM +, Daniel P. Berrangé wrote: > static void test_precopy_common(const char *listen_uri, > const char *connect_uri, > TestMigrateStartHook start_hook, >

Re: [PATCH 11/18] tests: expand the migration precopy helper to support failures

2022-03-06 Thread Peter Xu
On Wed, Mar 02, 2022 at 05:49:25PM +, Daniel P. Berrangé wrote: > The migration precopy testing helper function always expects the > migration to run to a completion state. There will be test scenarios > for TLS where expect either the client or server to fail the migration. > This expands the

[PATCH 11/18] tests: expand the migration precopy helper to support failures

2022-03-02 Thread Daniel P . Berrangé
The migration precopy testing helper function always expects the migration to run to a completion state. There will be test scenarios for TLS where expect either the client or server to fail the migration. This expands the helper to cope with these scenarios. Signed-off-by: Daniel P. Berrangé