Re: [PATCH 12/42] migration-test: Enable back ignore-shared test

2023-06-21 Thread Juan Quintela
Peter Xu wrote: > On Wed, Jun 21, 2023 at 09:38:08PM +0200, Juan Quintela wrote: >> Peter Xu wrote: >> > On Fri, Jun 09, 2023 at 12:49:13AM +0200, Juan Quintela wrote: >> >> It failed on aarch64 tcg, lets see if that is still the case. >> >> >> >> Signed-off-by: Juan Quintela >> > >> > Accordin

Re: [PATCH 12/42] migration-test: Enable back ignore-shared test

2023-06-21 Thread Juan Quintela
Peter Xu wrote: > On Wed, Jun 21, 2023 at 09:38:08PM +0200, Juan Quintela wrote: >> Peter Xu wrote: >> > On Fri, Jun 09, 2023 at 12:49:13AM +0200, Juan Quintela wrote: >> >> It failed on aarch64 tcg, lets see if that is still the case. >> >> >> >> Signed-off-by: Juan Quintela >> > >> > Accordin

Re: [PATCH 12/42] migration-test: Enable back ignore-shared test

2023-06-21 Thread Peter Xu
On Wed, Jun 21, 2023 at 09:38:08PM +0200, Juan Quintela wrote: > Peter Xu wrote: > > On Fri, Jun 09, 2023 at 12:49:13AM +0200, Juan Quintela wrote: > >> It failed on aarch64 tcg, lets see if that is still the case. > >> > >> Signed-off-by: Juan Quintela > > > > According to the history: > > > >

Re: [PATCH 12/42] migration-test: Enable back ignore-shared test

2023-06-21 Thread Juan Quintela
Peter Xu wrote: > On Fri, Jun 09, 2023 at 12:49:13AM +0200, Juan Quintela wrote: >> It failed on aarch64 tcg, lets see if that is still the case. >> >> Signed-off-by: Juan Quintela > > According to the history: > > https://lore.kernel.org/all/20190305180635.GA3803@work-vm/ > > It's never enabled

Re: [PATCH 12/42] migration-test: Enable back ignore-shared test

2023-06-20 Thread Peter Xu
On Fri, Jun 09, 2023 at 12:49:13AM +0200, Juan Quintela wrote: > It failed on aarch64 tcg, lets see if that is still the case. > > Signed-off-by: Juan Quintela According to the history: https://lore.kernel.org/all/20190305180635.GA3803@work-vm/ It's never enabled, and not sure whether Yury fol

[PATCH 12/42] migration-test: Enable back ignore-shared test

2023-06-08 Thread Juan Quintela
It failed on aarch64 tcg, lets see if that is still the case. Signed-off-by: Juan Quintela --- tests/qtest/migration-test.c | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tests/qtest/migration-test.c b/tests/qtest/migration-test.c index 7178c8e679..daaf5cd71a 100644 ---