Re: [PATCH 3/4] migration-test: Make sure that multifd and cancel works

2019-12-29 Thread Juan Quintela
"Dr. David Alan Gilbert" wrote: > * Juan Quintela (quint...@redhat.com) wrote: >> Test that this sequerce works: >> +/* 1 ms should make it not converge*/ >> +migrate_set_parameter_int(from, "downtime-limit", 1); >> +/* 1GB/s */ >> +migrate_set_parameter_int(from, "max-bandwidth",

Re: [PATCH 3/4] migration-test: Make sure that multifd and cancel works

2019-12-18 Thread Dr. David Alan Gilbert
* Juan Quintela (quint...@redhat.com) wrote: > Test that this sequerce works: > > - launch source > - launch target > - start migration > - cancel migration > - relaunch target > - do migration again > > Signed-off-by: Juan Quintela > --- > tests/migration-test.c | 108 +

[PATCH 3/4] migration-test: Make sure that multifd and cancel works

2019-12-17 Thread Juan Quintela
Test that this sequerce works: - launch source - launch target - start migration - cancel migration - relaunch target - do migration again Signed-off-by: Juan Quintela --- tests/migration-test.c | 108 - 1 file changed, 107 insertions(+), 1 deletion(-) d