mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 17:19:20 +00:00
mdadm: drop from PTESTS_SLOW
There are two primary reasons for this: 1. mdadm test suite tends to work like this do_action sleep arbitrary_amount check_result This is unreliable, and arbitrary_amount may or may not be enough. I have confirmed this by increasing the amount, and seeing more tests pass than before. 2. The test suite aborts half way through because one of the mdadm binaries segfaults. This indicates that upstream isn't actually running the suite anymore, and in this situation we shouldn't be relying on it either. (From OE-Core rev: e21021dc00ec76c76cc361e15bc83a89083c9e72) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
a6879f527e
commit
b096bb9399
@@ -58,6 +58,7 @@ PTESTS_FAST = "\
|
||||
# rt-tests-ptest \ # Needs to be checked whether it runs at all
|
||||
# bash-ptest \ # Test outcomes are non-deterministic by design
|
||||
# ifupdown-ptest \ # Tested separately in lib/oeqa/selftest/cases/imagefeatures.py
|
||||
# mdadm-ptest \ # Tests rely on non-deterministic sleep() amounts
|
||||
#"
|
||||
|
||||
PTESTS_SLOW = "\
|
||||
@@ -69,7 +70,6 @@ PTESTS_SLOW = "\
|
||||
gstreamer1.0-ptest \
|
||||
libevent-ptest \
|
||||
lttng-tools-ptest \
|
||||
mdadm-ptest \
|
||||
openssh-ptest \
|
||||
openssl-ptest \
|
||||
perl-ptest \
|
||||
|
||||
Reference in New Issue
Block a user