Actions
Bug #1432
open
KR
Regression Tests fail on Musl systems
Bug #1432:
Regression Tests fail on Musl systems
Status:
New
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
09/01/2025
Due date:
% Done:
0%
Estimated time:
Description
All tests do not pass on musl systems e.g. Alpine and also musl based systems built with Yocto project.
some of the issues seen
- python OOM's which is fixed by asking for 8G memory for qemu machine
- It hits the timeout limits of yocto's ptest-runner even setting 2400 seconds timeout limit does not finish it
- Use make -j1 and running run-ptest script directly ( outside
ptest-runner to avoid timeout limit) causes it to run forever
Actions