[oe-commits] [openembedded-core] 15/16: strace: add a timeout for running ptests

git at git.openembedded.org git at git.openembedded.org
Tue Sep 17 20:15:41 UTC 2019


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 2ebc4ca6c324ce15fa9bd303c781cefa5ccebf99
Author: Alexander Kanavin <alex.kanavin at gmail.com>
AuthorDate: Tue Sep 17 16:45:06 2019 +0200

    strace: add a timeout for running ptests
    
    5.2 kernel has introduced a significant performance regression
    where some of the tests take many minutes to complete (where
    previously it was seconds). While we're getting to the bottom
    of the issue and working with upstream to resove it, this
    change allows tests to proceed instead of getting stuck and
    eventually timing out.
    
    https://bugzilla.yoctoproject.org/show_bug.cgi?id=13506
    
    Signed-off-by: Alexander Kanavin <alex.kanavin at gmail.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-devtools/strace/strace/run-ptest | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-devtools/strace/strace/run-ptest b/meta/recipes-devtools/strace/strace/run-ptest
index 8070d83..2fed984 100755
--- a/meta/recipes-devtools/strace/strace/run-ptest
+++ b/meta/recipes-devtools/strace/strace/run-ptest
@@ -1,2 +1,3 @@
 #!/bin/sh
+export TIMEOUT_DURATION=30
 make -B -C tests -k test-suite.log

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


More information about the Openembedded-commits mailing list