From: Daniel Turull <[email protected]> It casues OOM regardless of the configuration
There is a bug in ltp, fixed in a newer version https://github.com/linux-test-project/ltp/commit/355124aea99c7c7d40140c969a53ed892421dee9 min_free_kbytes: Connection to 192.168.7.2 closed by remote host. NOTE: test_ltp_runltp_cve (ltp.LtpTest.test_ltp_runltp_cve) NOTE: ... skipped "Test case ltp.LtpTest.test_ltp_runltp_cve depends on ltp.LtpTest.test_ltp_groups but it didn't pass/run." Test case ltp.LtpTest.test_ltp_runltp_cve depends on ltp.LtpTest.test_ltp_groups but it didn't pass/run. NOTE: ====================================================================== NOTE: FAIL: test_ltp_groups (ltp.LtpTest.test_ltp_groups) NOTE: ---------------------------------------------------------------------- Signed-off-by: Pratik Farkase <[email protected]> Signed-off-by: Daniel Turull <[email protected]> --- If it needs to be added, we can revert this and have the backported patch. We need further testing to enable this again --- meta/recipes-extended/ltp/ltp_20260130.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta/recipes-extended/ltp/ltp_20260130.bb b/meta/recipes-extended/ltp/ltp_20260130.bb index dcd1e81398..0b4f9c1ad5 100644 --- a/meta/recipes-extended/ltp/ltp_20260130.bb +++ b/meta/recipes-extended/ltp/ltp_20260130.bb @@ -78,6 +78,9 @@ do_install(){ # The controllers memcg_stree test seems to cause us hangs and takes 900s # (maybe we expect more regular output?), anyhow, skip it sed -e '/^memcg_stress/d' -i ${D}${prefix}/runtest/controllers + + # min_free_kbytes can be disruptive on constrained targets + sed -e '/^min_free_kbytes/d' -i ${D}${prefix}/runtest/mm } RDEPENDS:${PN} = "\
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#234084): https://lists.openembedded.org/g/openembedded-core/message/234084 Mute This Topic: https://lists.openembedded.org/mt/118533366/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
