diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-08-19 10:09:07 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-08-19 11:48:50 +0100 |
| commit | 5424fc6186877e1949a818307f43578b81c493ae (patch) | |
| tree | 61ffb7a7183cae1cb2775f2742fd06f48a44b80b /meta/recipes-kernel/lttng/lttng-tools | |
| parent | c251eba5215089c8082c58e7c317f9ff3af3faf3 (diff) | |
| download | poky-5424fc6186877e1949a818307f43578b81c493ae.tar.gz | |
lttng-tools: Disable slow tests to fix ptest runs
Add a patch disabling some ptests in lttng-tools since they are slow, give
no output on the console and cause the ptest run to error due to our 450s
inactivity timeout.
(From OE-Core rev: 328d5c9a1dcfa4c636fd6d6e05f2474c15dc9f7a)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/lttng/lttng-tools')
| -rw-r--r-- | meta/recipes-kernel/lttng/lttng-tools/disable-tests2.patch | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/meta/recipes-kernel/lttng/lttng-tools/disable-tests2.patch b/meta/recipes-kernel/lttng/lttng-tools/disable-tests2.patch new file mode 100644 index 0000000000..5b9a07fcb8 --- /dev/null +++ b/meta/recipes-kernel/lttng/lttng-tools/disable-tests2.patch | |||
| @@ -0,0 +1,28 @@ | |||
| 1 | These tests take too long to run for our default output timeout in ptest-runner (450s). | ||
| 2 | We could change that to 900s but it is a global setting so skip these tests for | ||
| 3 | now. Ideally tests.serial would have occasional output when running to show activity. | ||
| 4 | |||
| 5 | Upstream-Status: Inappropriate [workaround for slow tests] | ||
| 6 | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> | ||
| 7 | |||
| 8 | Index: lttng-tools-2.14.0/tests/regression/Makefile.am | ||
| 9 | =================================================================== | ||
| 10 | --- lttng-tools-2.14.0.orig/tests/regression/Makefile.am | ||
| 11 | +++ lttng-tools-2.14.0/tests/regression/Makefile.am | ||
| 12 | @@ -26,7 +26,6 @@ SERIAL_TESTS = tools/base-path/test_ust | ||
| 13 | tools/tracefile-limits/test_tracefile_count \ | ||
| 14 | tools/tracefile-limits/test_tracefile_size \ | ||
| 15 | tools/exclusion/test_exclusion \ | ||
| 16 | - tools/snapshots/test_kernel \ | ||
| 17 | tools/snapshots/test_ust_fast \ | ||
| 18 | tools/snapshots/test_ust_streaming \ | ||
| 19 | tools/snapshots/test_kernel_streaming \ | ||
| 20 | @@ -47,8 +46,6 @@ SERIAL_TESTS = tools/base-path/test_ust | ||
| 21 | tools/rotation/test_schedule_api \ | ||
| 22 | tools/metadata/test_kernel \ | ||
| 23 | tools/working-directory/test_relayd_working_directory \ | ||
| 24 | - tools/clear/test_ust \ | ||
| 25 | - tools/clear/test_kernel \ | ||
| 26 | tools/clear/test_live_hang.py \ | ||
| 27 | tools/tracker/test_event_tracker \ | ||
| 28 | tools/trigger/start-stop/test_start_stop \ | ||
