[OE-core] [PATCH 10/24] ptests: exclude lttng-tools

Richard Purdie richard.purdie at linuxfoundation.org
Mon Jan 20 22:46:16 UTC 2020


On Mon, 2020-01-20 at 18:24 +0100, Alexander Kanavin wrote:
> These tests are producing failures that appear and
> disappear randomly. This requires investigation
> by someone with expertise, so let's disable until then.
> 
> Signed-off-by: Alexander Kanavin <alex.kanavin at gmail.com>
> ---
>  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 49cb9046c6c..f42e90bd187 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
>  #    mdadm-ptest \ # Multiple failures; mdmon crashes in at least one of the tests
> +#    lttng-tools-ptest \ # Random failures that are difficult to reproduce
>  #"
>  
>  PTESTS_SLOW = "\
> @@ -67,7 +68,6 @@ PTESTS_SLOW = "\
>      glib-2.0-ptest \
>      gstreamer1.0-ptest \
>      libevent-ptest \
> -    lttng-tools-ptest \
>      openssh-ptest \
>      openssl-ptest \
>      perl-ptest \

To put this in context I'd much rather have the bulk of these tests
running than not running so I'm not taking this patch.

I worry one of the previously dropped patches introduced problems here
as this was working quite reliably after help from upstream...

Cheers,

Richard



More information about the Openembedded-core mailing list