Re: [RFC PATCH 3/3] tests/qtest/migration-test: Enable test_ignore_shared

2024-05-27 Thread Peter Xu
On Mon, May 27, 2024 at 12:11:45PM -0300, Fabiano Rosas wrote: > Peter Xu writes: > > > On Mon, May 27, 2024 at 09:42:28AM -0300, Fabiano Rosas wrote: > >> However, there is an issue here still on all archs - which might very > >> well have been the original issue - which is the fact that the > >

Re: [RFC PATCH 3/3] tests/qtest/migration-test: Enable test_ignore_shared

2024-05-27 Thread Fabiano Rosas
Peter Xu writes: > On Mon, May 27, 2024 at 09:42:28AM -0300, Fabiano Rosas wrote: >> However, there is an issue here still on all archs - which might very >> well have been the original issue - which is the fact that the >> containers on the Gitlab CI have limits on shared memory usage. >> Unfort

Re: [RFC PATCH 3/3] tests/qtest/migration-test: Enable test_ignore_shared

2024-05-27 Thread Peter Xu
On Mon, May 27, 2024 at 09:42:28AM -0300, Fabiano Rosas wrote: > However, there is an issue here still on all archs - which might very > well have been the original issue - which is the fact that the > containers on the Gitlab CI have limits on shared memory usage. > Unfortunately we cannot enable

Re: [RFC PATCH 3/3] tests/qtest/migration-test: Enable test_ignore_shared

2024-05-27 Thread Fabiano Rosas
Nicholas Piggin writes: > This was said to be broken on aarch64, but if it works on others, > let's try enable it. It's already starting to bitrot... Yeah, look at the state of this... I don't know what the issue was on aarch64, but I'm all for enabling this test globally and then we deal with

[RFC PATCH 3/3] tests/qtest/migration-test: Enable test_ignore_shared

2024-05-25 Thread Nicholas Piggin
This was said to be broken on aarch64, but if it works on others, let's try enable it. It's already starting to bitrot... Cc: Yury Kotov Cc: Dr. David Alan Gilbert Signed-off-by: Nicholas Piggin --- tests/qtest/migration-test.c | 13 - 1 file changed, 8 insertions(+), 5 deletions(-