From: "Jonathan Rajotte-Julien" <jonathan.rajotte-julien@efficios.com>
To: Alexander Kanavin <alex.kanavin@gmail.com>
Cc: openembedded-core <openembedded-core@lists.openembedded.org>
Subject: Re: [OE-core] [PATCH 23/23] ptest-packagelists.inc: exclude lttng-tools-ptest
Date: Fri, 4 Dec 2020 15:39:49 -0500 (EST) [thread overview]
Message-ID: <1310333798.6725.1607114389130.JavaMail.zimbra@efficios.com> (raw)
In-Reply-To: <20201204200737.7072-23-alex.kanavin@gmail.com>
Hi,
Upstream here.
Always happy to give input as long as we are put in the loop.
Also bugs/sporadic test failure can be reported on our mailing list [1] and bug tracker[2].
[1] https://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev
[2] https://bugs.lttng.org/
We understand that the burden can be quite high for a project such as lttng given we end up doing weird
testing due to the nature of our work and that we are human ;).
Still we are always interested in getting info about "sporadic" failures.
To be clear, we are not against this patch. We understand the burden associated with testing lttng.
Cheers
----- Original Message -----
> From: "Alexander Kanavin" <alex.kanavin@gmail.com>
> To: "openembedded-core" <openembedded-core@lists.openembedded.org>
> Cc: "Alexander Kanavin" <alex.kanavin@gmail.com>
> Sent: Friday, December 4, 2020 3:07:36 PM
> Subject: [OE-core] [PATCH 23/23] ptest-packagelists.inc: exclude lttng-tools-ptest
> These tests have been failing for a long time (and even more failing
> tests are already patched out); no one in YP has the
> expertise to fix the issues, so until upstream steps in, let's take
> them out, and try to reach the goal of hard ptest failures so that
> ptest regressions are caught as they happen.
>
> Signed-off-by: Alexander Kanavin <alex.kanavin@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 ce13368c2e..90272a70af 100644
> --- a/meta/conf/distro/include/ptest-packagelists.inc
> +++ b/meta/conf/distro/include/ptest-packagelists.inc
> @@ -60,6 +60,7 @@ PTESTS_FAST_remove_mips64 = "qemu-ptest"
> # 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
> +# lttng-tools-ptest \ # multiple sporadic failures, lack of expertise in the
> project to look into them
> #"
>
> PTESTS_SLOW = "\
> @@ -73,7 +74,6 @@ PTESTS_SLOW = "\
> gstreamer1.0-ptest \
> libevent-ptest \
> libinput-ptest \
> - lttng-tools-ptest \
> openssh-ptest \
> openssl-ptest \
> perl-ptest \
> --
> 2.29.2
>
>
>
>
next prev parent reply other threads:[~2020-12-04 20:39 UTC|newest]
Thread overview: 27+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-12-04 20:07 [PATCH 01/23] netbase: upgrade 6.1 -> 6.2 Alexander Kanavin
2020-12-04 20:07 ` [PATCH 02/23] meson: upgrade 0.55.1 -> 0.56.0 Alexander Kanavin
2020-12-04 20:07 ` [PATCH 03/23] vulkan-samples: update to latest revision Alexander Kanavin
2020-12-04 20:07 ` [PATCH 04/23] libcap: update 2.44 -> 2.45 Alexander Kanavin
2020-12-04 20:07 ` [PATCH 05/23] bind: upgrade 9.16.7 -> 9.16.9 Alexander Kanavin
2020-12-04 20:07 ` [PATCH 06/23] quota: upgrade 4.05 -> 4.06 Alexander Kanavin
2020-12-04 20:07 ` [PATCH 07/23] pango: upgrade 1.46.2 -> 1.48.0 Alexander Kanavin
2020-12-04 20:07 ` [PATCH 08/23] elfutils: upgrade 0.181 -> 0.182 Alexander Kanavin
2020-12-04 20:07 ` [PATCH 09/23] kea: upgrade 1.7.10 -> 1.8.1 Alexander Kanavin
2020-12-04 20:07 ` [PATCH 10/23] ifupdown: upgrade 0.8.35 -> 0.8.36 Alexander Kanavin
2020-12-04 20:07 ` [PATCH 11/23] createrepo-c: upgrade 0.16.1 -> 0.16.2 Alexander Kanavin
2020-12-04 20:07 ` [PATCH 12/23] acpica: upgrade 20200925 -> 20201113 Alexander Kanavin
2020-12-04 20:07 ` [PATCH 13/23] grep: upgrade 3.5 -> 3.6 Alexander Kanavin
2020-12-04 20:07 ` [PATCH 14/23] man-pages: upgrade 5.08 -> 5.09 Alexander Kanavin
2020-12-04 20:07 ` [PATCH 15/23] stress-ng: upgrade 0.11.23 -> 0.11.24 Alexander Kanavin
2020-12-04 20:07 ` [PATCH 16/23] libhandy: upgrade 1.0.1 -> 1.0.2 Alexander Kanavin
2020-12-04 20:07 ` [PATCH 17/23] piglit: upgrade to latest revision Alexander Kanavin
2020-12-04 20:07 ` [PATCH 18/23] xkbcomp: upgrade 1.4.3 -> 1.4.4 Alexander Kanavin
2020-12-04 20:07 ` [PATCH 19/23] lz4: upgrade 1.9.2 -> 1.9.3 Alexander Kanavin
2020-12-04 20:07 ` [PATCH 20/23] bison: upgrade 3.7.3 -> 3.7.4 Alexander Kanavin
2020-12-04 20:07 ` [PATCH 21/23] python3-setuptools-scm: fix upstream version check Alexander Kanavin
2020-12-04 20:07 ` [PATCH 22/23] cantarell-fonts: update 0.0.25 -> 0.201 Alexander Kanavin
2020-12-04 20:07 ` [PATCH 23/23] ptest-packagelists.inc: exclude lttng-tools-ptest Alexander Kanavin
2020-12-04 20:39 ` Jonathan Rajotte-Julien [this message]
2020-12-04 20:48 ` [OE-core] " Alexander Kanavin
2020-12-04 21:21 ` Jonathan Rajotte-Julien
2020-12-04 21:49 ` Alexander Kanavin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1310333798.6725.1607114389130.JavaMail.zimbra@efficios.com \
--to=jonathan.rajotte-julien@efficios.com \
--cc=alex.kanavin@gmail.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox