action #126344
closedcoordination #121876: [epic] Handle openQA review failures in Yam squad - SLE 15 SP5
Fix failures on force_scheduled_tasks on s390x
0%
Description
Motivation¶
Currently we see a failure in force_scheduled_tasks on s390x:
https://openqa.suse.de/tests/10743937#step/force_scheduled_tasks/6
https://openqa.suse.de/tests/10744017#step/force_scheduled_tasks/5
https://openqa.suse.de/tests/10744018#step/force_scheduled_tasks/8
As this is additional testing for migration and bugs of this kind are ignored we might need to find a workaround by reordering test modules or even unscheduling this test which only check if the settings is ready for other task, so it acts more like a prerequisite than a test itself.
Acceptance criteria¶
AC1: Change test module order or test coverage to avoid this problem
Suggestions¶
We might try to reorder test modules here, the setup of the load is usually done after first boot, look to normal installation test to follow the same order.