Bug #1432
openRegression Tests fail on Musl systems
0%
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
KS Updated by Kienan Stewart 2 months ago
Hi Khem Raj,
thanks for the bug report. Could you take a look at the bug reporting guidelines and provide some more precise information on the issues you are facing?
https://lttng.org/community/#bug-reporting-guidelines
Note that yocto runs tests in a fashion that is not supported natively by the LTTng-tools. Are you able to reproduce these issues on non-yocto systems that use MUSL?
thanks,
kienan
KR Updated by KHEM RAJ 2 months ago
Kienan Stewart wrote in #note-1:
Hi Khem Raj,
thanks for the bug report. Could you take a look at the bug reporting guidelines and provide some more precise information on the issues you are facing?
https://lttng.org/community/#bug-reporting-guidelines
Note that yocto runs tests in a fashion that is not supported natively by the LTTng-tools. Are you able to reproduce these issues on non-yocto systems that use MUSL?
I have not tried, but I see that alpine does not run 'regression' tests so they do not see the problems that yocto/musl systems see. I will try to set it up on a alpine container
and see if that can reproduce it as well.
thanks,
kienan