[oe-commits] [openembedded-core] 13/15: mdadm: drop from PTESTS_SLOW

git at git.openembedded.org git at git.openembedded.org
Sun Feb 23 10:08:45 UTC 2020


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 2f94454ce5c726b69bdef48d05aed4ed33ac4ad2
Author: Alexander Kanavin <alex.kanavin at gmail.com>
AuthorDate: Sat Feb 22 23:09:09 2020 +0100

    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.
    
    Signed-off-by: Alexander Kanavin <alex.kanavin at gmail.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/conf/distro/include/ptest-packagelists.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/conf/distro/include/ptest-packagelists.inc b/meta/conf/distro/include/ptest-packagelists.inc
index 752a088..6e77085 100644
--- a/meta/conf/distro/include/ptest-packagelists.inc
+++ b/meta/conf/distro/include/ptest-packagelists.inc
@@ -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 \

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list