diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-12-14 12:34:04 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-12-14 22:46:38 +0000 |
commit | be71d0fb59fc5103d729c6bf36a5adc305ab60cb (patch) | |
tree | f6161e10fd2cc9088403f774db57963cc0fe3b62 /meta/recipes-kernel | |
parent | 7edb45c15c39e0aea8a7c5708dd6141b456a0a2e (diff) | |
download | poky-be71d0fb59fc5103d729c6bf36a5adc305ab60cb.tar.gz |
lttng-tools: Disable problem tests
There is a pattern of the notification tests hanging. Whilst we need to get to the
bottom of that, disable them for now as it is causing high load for triage/SWAT
and masking other failures.
[YOCTO #14263]
(From OE-Core rev: 9b96efe8984df955b8880b83b1b48ad9be37863b)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel')
-rw-r--r-- | meta/recipes-kernel/lttng/lttng-tools/disable-tests.patch | 34 | ||||
-rw-r--r-- | meta/recipes-kernel/lttng/lttng-tools_2.13.1.bb | 1 |
2 files changed, 35 insertions, 0 deletions
diff --git a/meta/recipes-kernel/lttng/lttng-tools/disable-tests.patch b/meta/recipes-kernel/lttng/lttng-tools/disable-tests.patch new file mode 100644 index 0000000000..3a77ea2e43 --- /dev/null +++ b/meta/recipes-kernel/lttng/lttng-tools/disable-tests.patch | |||
@@ -0,0 +1,34 @@ | |||
1 | Upstream-Status: Inappropriate [need to root cause the test hangs] | ||
2 | |||
3 | We keep seeing hangs in the tools/notifications tests on x86 and arm for | ||
4 | a variety of distros. Exclude them for now to work out if this is the | ||
5 | only place we see them and give SWAT/triage a break from the stream | ||
6 | of them. | ||
7 | |||
8 | https://bugzilla.yoctoproject.org/show_bug.cgi?id=14263 | ||
9 | |||
10 | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> | ||
11 | |||
12 | Index: lttng-tools-2.13.1/tests/regression/Makefile.am | ||
13 | =================================================================== | ||
14 | --- lttng-tools-2.13.1.orig/tests/regression/Makefile.am | ||
15 | +++ lttng-tools-2.13.1/tests/regression/Makefile.am | ||
16 | @@ -29,18 +29,6 @@ TESTS = tools/base-path/test_ust \ | ||
17 | tools/crash/test_crash \ | ||
18 | tools/regen-metadata/test_ust \ | ||
19 | tools/regen-statedump/test_ust \ | ||
20 | - tools/notification/test_notification_ust_error \ | ||
21 | - tools/notification/test_notification_ust_buffer_usage \ | ||
22 | - tools/notification/test_notification_ust_capture \ | ||
23 | - tools/notification/test_notification_ust_event_rule_condition_exclusion \ | ||
24 | - tools/notification/test_notification_kernel_error \ | ||
25 | - tools/notification/test_notification_kernel_buffer_usage \ | ||
26 | - tools/notification/test_notification_kernel_capture \ | ||
27 | - tools/notification/test_notification_kernel_instrumentation \ | ||
28 | - tools/notification/test_notification_kernel_syscall \ | ||
29 | - tools/notification/test_notification_notifier_discarded_count \ | ||
30 | - tools/notification/test_notification_kernel_userspace_probe \ | ||
31 | - tools/notification/test_notification_multi_app \ | ||
32 | tools/rotation/test_ust \ | ||
33 | tools/rotation/test_kernel \ | ||
34 | tools/rotation/test_save_load_mi \ | ||
diff --git a/meta/recipes-kernel/lttng/lttng-tools_2.13.1.bb b/meta/recipes-kernel/lttng/lttng-tools_2.13.1.bb index 187eff9619..7ae02d92d2 100644 --- a/meta/recipes-kernel/lttng/lttng-tools_2.13.1.bb +++ b/meta/recipes-kernel/lttng/lttng-tools_2.13.1.bb | |||
@@ -39,6 +39,7 @@ SRC_URI = "https://lttng.org/files/lttng-tools/lttng-tools-${PV}.tar.bz2 \ | |||
39 | file://0001-src-common-correct-header-location.patch \ | 39 | file://0001-src-common-correct-header-location.patch \ |
40 | file://8f0646a03fbf31c19b85ec367dc2c3db56e6dbf7.patch \ | 40 | file://8f0646a03fbf31c19b85ec367dc2c3db56e6dbf7.patch \ |
41 | file://87250ba19aec78f36e301494a03f5678fcb6fbb4.patch \ | 41 | file://87250ba19aec78f36e301494a03f5678fcb6fbb4.patch \ |
42 | file://disable-tests.patch \ | ||
42 | " | 43 | " |
43 | 44 | ||
44 | SRC_URI[sha256sum] = "cfe6df7da831fc07fd07ce46b442c2ec1074c167af73f3a1b1d2fba0c453c8b5" | 45 | SRC_URI[sha256sum] = "cfe6df7da831fc07fd07ce46b442c2ec1074c167af73f3a1b1d2fba0c453c8b5" |