tests/qtest/migration-test: Fix and enable test_ignore_shared
authorNicholas Piggin <npiggin@gmail.com>
Thu, 30 May 2024 09:54:06 +0000 (19:54 +1000)
committerFabiano Rosas <farosas@suse.de>
Thu, 12 Dec 2024 13:25:42 +0000 (10:25 -0300)
commit0610e2c268fbc7939163347c41541165d116da02
tree1279b949d323f3f2416b371d7b2e4154c490d8f4
parent44bd87a500dabf65d21b704c9ce61a44e8ff60eb
tests/qtest/migration-test: Fix and enable test_ignore_shared

This test is already starting to bitrot, so first remove it from ifdef
and fix compile issues. ppc64 transfers about 2MB, so bump the size
threshold too.

It was said to be broken on aarch64 but it may have been due to the
limited shm size under Gitlab CI.

Cc: Yury Kotov <yury-kotov@yandex-team.ru>
Cc: Dr. David Alan Gilbert <dave@treblig.org>
Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
Reviewed-by: Dr. David Alan Gilbert <dave@treblig.org>
[put it under flaky tests, we still don't have a solution for the CI]
Signed-off-by: Fabiano Rosas <farosas@suse.de>
tests/qtest/migration-test.c