Re: [PATCH] tests/migration: fix unix socket migration

2021-07-09 Thread Daniel P . Berrangé
On Wed, Jul 07, 2021 at 10:28:10AM +0200, Philippe Mathieu-Daudé wrote: > On 3/9/21 5:00 PM, huang...@chinatelecom.cn wrote: > > From: Hyman > > > > The test aborts and error message as the following be throwed: > > "No such file or directory: '/var/tmp/qemu-migrate-{pid}.migrate", > > when the

Re: [PATCH] tests/migration: fix unix socket migration

2021-07-07 Thread Philippe Mathieu-Daudé
On 3/9/21 5:00 PM, huang...@chinatelecom.cn wrote: > From: Hyman > > The test aborts and error message as the following be throwed: > "No such file or directory: '/var/tmp/qemu-migrate-{pid}.migrate", > when the unix socket migration test nearly done. The reason is > qemu removes the unix socket

Re: [PATCH] tests/migration: fix unix socket migration

2021-07-07 Thread Hyman Huang
Ping cc the author and maintainer 在 2021/6/26 0:33, Hyman 写道: 在 2021/4/29 1:26, Wainer dos Santos Moschetta 写道: Cleber, Maybe you could review then queue this one? Ping it seems that this patch has been left out :) - Wainer On 4/20/21 10:16 PM, Hyman Huang wrote: 在 2021/3/10 0:55,

Re: [PATCH] tests/migration: fix unix socket migration

2021-06-25 Thread Hyman
在 2021/4/29 1:26, Wainer dos Santos Moschetta 写道: Cleber, Maybe you could review then queue this one? Ping it seems that this patch has been left out :) - Wainer On 4/20/21 10:16 PM, Hyman Huang wrote: 在 2021/3/10 0:55, Philippe Mathieu-Daudé 写道: On 3/9/21 5:00 PM,

Re: [PATCH] tests/migration: fix unix socket migration

2021-04-28 Thread Wainer dos Santos Moschetta
Cleber, Maybe you could review then queue this one? - Wainer On 4/20/21 10:16 PM, Hyman Huang wrote: 在 2021/3/10 0:55, Philippe Mathieu-Daudé 写道: On 3/9/21 5:00 PM, huang...@chinatelecom.cn wrote: From: Hyman The test aborts and error message as the following be throwed: "No such file or

Re: [PATCH] tests/migration: fix unix socket migration

2021-04-20 Thread Hyman Huang
在 2021/3/10 0:55, Philippe Mathieu-Daudé 写道: On 3/9/21 5:00 PM, huang...@chinatelecom.cn wrote: From: Hyman The test aborts and error message as the following be throwed: "No such file or directory: '/var/tmp/qemu-migrate-{pid}.migrate", when the unix socket migration test nearly done. The

Re: [PATCH] tests/migration: fix unix socket migration

2021-03-09 Thread Wainer dos Santos Moschetta
On 3/9/21 1:00 PM, huang...@chinatelecom.cn wrote: From: Hyman The test aborts and error message as the following be throwed: "No such file or directory: '/var/tmp/qemu-migrate-{pid}.migrate", when the unix socket migration test nearly done. The reason is qemu removes the unix socket file

Re: [PATCH] tests/migration: fix unix socket migration

2021-03-09 Thread Philippe Mathieu-Daudé
On 3/9/21 5:00 PM, huang...@chinatelecom.cn wrote: > From: Hyman > > The test aborts and error message as the following be throwed: > "No such file or directory: '/var/tmp/qemu-migrate-{pid}.migrate", > when the unix socket migration test nearly done. The reason is > qemu removes the unix socket

[PATCH] tests/migration: fix unix socket migration

2021-03-09 Thread huangy81
From: Hyman The test aborts and error message as the following be throwed: "No such file or directory: '/var/tmp/qemu-migrate-{pid}.migrate", when the unix socket migration test nearly done. The reason is qemu removes the unix socket file after migration before guestperf.py script do it. So