Re: [Qemu-devel] [PATCH v3 3/3] tests/migration: Add a test for auto converge

2019-07-23 Thread Dr. David Alan Gilbert
* Yury Kotov (yury-ko...@yandex-team.ru) wrote: > 22.07.2019, 20:35, "Dr. David Alan Gilbert" : > > * Yury Kotov (yury-ko...@yandex-team.ru) wrote: > >>  Signed-off-by: Yury Kotov > > > > This looks OK to me, but have you tried it on a really really overloaded > > host? > > I worry that you might

Re: [Qemu-devel] [PATCH v3 3/3] tests/migration: Add a test for auto converge

2019-07-23 Thread Yury Kotov
22.07.2019, 20:35, "Dr. David Alan Gilbert" : > * Yury Kotov (yury-ko...@yandex-team.ru) wrote: >>  Signed-off-by: Yury Kotov > > This looks OK to me, but have you tried it on a really really overloaded > host? > I worry that you might skip some of the percentage steps or not hit the > bandwidth o

Re: [Qemu-devel] [PATCH v3 3/3] tests/migration: Add a test for auto converge

2019-07-22 Thread Dr. David Alan Gilbert
* Yury Kotov (yury-ko...@yandex-team.ru) wrote: > Signed-off-by: Yury Kotov This looks OK to me, but have you tried it on a really really overloaded host? I worry that you might skip some of the percentage steps or not hit the bandwidth on the small overloaded VMs we get in CI. Dave > --- > te

[Qemu-devel] [PATCH v3 3/3] tests/migration: Add a test for auto converge

2019-07-18 Thread Yury Kotov
Signed-off-by: Yury Kotov --- tests/migration-test.c | 119 + 1 file changed, 108 insertions(+), 11 deletions(-) diff --git a/tests/migration-test.c b/tests/migration-test.c index a4feb9545d..bb69517fc8 100644 --- a/tests/migration-test.c +++ b/tests/migra