summaryrefslogtreecommitdiffstats
path: root/meta/conf
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2020-02-22 23:09:09 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-02-23 23:33:48 +0000
commitb096bb9399aad23947ce876f59a3d8df66177c3a (patch)
treec4b1a25879334a29fe09b8df6a1965b7073eede6 /meta/conf
parenta6879f527ea26a0ec60d21ceefc9b311b7aaa310 (diff)
downloadpoky-b096bb9399aad23947ce876f59a3d8df66177c3a.tar.gz
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>
Diffstat (limited to 'meta/conf')
-rw-r--r--meta/conf/distro/include/ptest-packagelists.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/distro/include/ptest-packagelists.inc b/meta/conf/distro/include/ptest-packagelists.inc
index 752a0882dc..6e770853b8 100644
--- a/meta/conf/distro/include/ptest-packagelists.inc
+++ b/meta/conf/distro/include/ptest-packagelists.inc
@@ -58,6 +58,7 @@ PTESTS_FAST = "\
58# rt-tests-ptest \ # Needs to be checked whether it runs at all 58# rt-tests-ptest \ # Needs to be checked whether it runs at all
59# bash-ptest \ # Test outcomes are non-deterministic by design 59# bash-ptest \ # Test outcomes are non-deterministic by design
60# ifupdown-ptest \ # Tested separately in lib/oeqa/selftest/cases/imagefeatures.py 60# ifupdown-ptest \ # Tested separately in lib/oeqa/selftest/cases/imagefeatures.py
61# mdadm-ptest \ # Tests rely on non-deterministic sleep() amounts
61#" 62#"
62 63
63PTESTS_SLOW = "\ 64PTESTS_SLOW = "\
@@ -69,7 +70,6 @@ PTESTS_SLOW = "\
69 gstreamer1.0-ptest \ 70 gstreamer1.0-ptest \
70 libevent-ptest \ 71 libevent-ptest \
71 lttng-tools-ptest \ 72 lttng-tools-ptest \
72 mdadm-ptest \
73 openssh-ptest \ 73 openssh-ptest \
74 openssl-ptest \ 74 openssl-ptest \
75 perl-ptest \ 75 perl-ptest \