From: Khem Raj Date: Fri, 12 Jan 2024 22:04:23 +0000 (-0800) Subject: mdadm: Disable 10ddf-fail-spare and 10ddf-fail-stop-readd testcases X-Git-Tag: uninative-4.4~470 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=282cd99cea3a8089759947466b585c19892c61d9;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git mdadm: Disable 10ddf-fail-spare and 10ddf-fail-stop-readd testcases This always fails in my CI setup. There are some others which fail intermittently however, this one is deterministic and fails always e.g. AssertionError:- [1/1] Failed ptests: {'mdadm': ['/usr/lib/mdadm/ptest/tests/10ddf-fail-spareFAILED_-_see_/usr/lib/mdadm/ptest/logs/10ddf-fail-spare.log_and_/usr/lib/mdadm/ptest/lo Mark them broken for now. Signed-off-by: Khem Raj Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-extended/mdadm/mdadm_4.2.bb b/meta/recipes-extended/mdadm/mdadm_4.2.bb index c66a89677f6..6f872493983 100644 --- a/meta/recipes-extended/mdadm/mdadm_4.2.bb +++ b/meta/recipes-extended/mdadm/mdadm_4.2.bb @@ -110,6 +110,8 @@ do_install_ptest() { echo "intermittent failure on autobuilder" > ${D}${PTEST_PATH}/tests/19raid6check.broken echo "intermittent failure on autobuilder" > ${D}${PTEST_PATH}/tests/20raid5journal.broken echo "intermittent failure on autobuilder" > ${D}${PTEST_PATH}/tests/21raid5cache.broken + echo "intermittent failure on autobuilder" > ${D}${PTEST_PATH}/tests/10ddf-fail-spare.broken + echo "intermittent failure on autobuilder" > ${D}${PTEST_PATH}/tests/10ddf-fail-stop-readd.broken } RDEPENDS:${PN} += "bash"