summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/lttng
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2020-01-27 15:19:08 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-01-28 11:11:20 +0000
commita57648c8bff2648c8bb7278ce507246c601daffd (patch)
tree7dad72ca13be7b643d653f98622712c7ebaab2dc /meta/recipes-kernel/lttng
parentdd3e190fca76a28f7ffe4bfeed0d6d7654d0093f (diff)
downloadpoky-a57648c8bff2648c8bb7278ce507246c601daffd.tar.gz
lttng-tools: disable tests that sporadically fail
Upstream is aware, and will investigate and fix. (From OE-Core rev: 96c286a1b2f9fc8e8bf4fb29ae62551a323af5c3) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/lttng')
-rw-r--r--meta/recipes-kernel/lttng/lttng-tools/0001-tests-regression-disable-the-tools-live-tests.patch29
-rw-r--r--meta/recipes-kernel/lttng/lttng-tools_2.11.0.bb1
2 files changed, 30 insertions, 0 deletions
diff --git a/meta/recipes-kernel/lttng/lttng-tools/0001-tests-regression-disable-the-tools-live-tests.patch b/meta/recipes-kernel/lttng/lttng-tools/0001-tests-regression-disable-the-tools-live-tests.patch
new file mode 100644
index 0000000000..a558a0993f
--- /dev/null
+++ b/meta/recipes-kernel/lttng/lttng-tools/0001-tests-regression-disable-the-tools-live-tests.patch
@@ -0,0 +1,29 @@
1From 5f0ef3e007ed83c1ce7ae817308e5942decc1230 Mon Sep 17 00:00:00 2001
2From: Alexander Kanavin <alex.kanavin@gmail.com>
3Date: Fri, 24 Jan 2020 18:03:25 +0100
4Subject: [PATCH] tests/regression: disable the tools/live tests
5
6They have been found to sporadically fail; the issue has been
7reported upstream and they will work to investigate and fix:
8https://bugs.lttng.org/issues/1217
9
10Upstream-Status: Inappropriate [upstream is working on a real fix]
11Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
12---
13 tests/regression/Makefile.am | 3 ---
14 1 file changed, 3 deletions(-)
15
16diff --git a/tests/regression/Makefile.am b/tests/regression/Makefile.am
17index 73eb9f7..92fc18f 100644
18--- a/tests/regression/Makefile.am
19+++ b/tests/regression/Makefile.am
20@@ -9,9 +9,6 @@ TESTS = tools/filtering/test_invalid_filter \
21 tools/filtering/test_valid_filter \
22 tools/streaming/test_ust \
23 tools/health/test_thread_ok \
24- tools/live/test_ust \
25- tools/live/test_ust_tracefile_count \
26- tools/live/test_lttng_ust \
27 tools/tracefile-limits/test_tracefile_count \
28 tools/tracefile-limits/test_tracefile_size \
29 tools/exclusion/test_exclusion \
diff --git a/meta/recipes-kernel/lttng/lttng-tools_2.11.0.bb b/meta/recipes-kernel/lttng/lttng-tools_2.11.0.bb
index 639d4b6211..9cb896314b 100644
--- a/meta/recipes-kernel/lttng/lttng-tools_2.11.0.bb
+++ b/meta/recipes-kernel/lttng/lttng-tools_2.11.0.bb
@@ -33,6 +33,7 @@ SRC_URI = "https://lttng.org/files/lttng-tools/lttng-tools-${PV}.tar.bz2 \
33 file://0001-tests-do-not-strip-a-helper-library.patch \ 33 file://0001-tests-do-not-strip-a-helper-library.patch \
34 file://run-ptest \ 34 file://run-ptest \
35 file://lttng-sessiond.service \ 35 file://lttng-sessiond.service \
36 file://0001-tests-regression-disable-the-tools-live-tests.patch \
36 " 37 "
37 38
38SRC_URI[md5sum] = "e6c23244a36e2a09783d03a362eb63cb" 39SRC_URI[md5sum] = "e6c23244a36e2a09783d03a362eb63cb"