diff options
| -rw-r--r-- | meta/recipes-kernel/lttng/lttng-tools/disable-tests2.patch | 28 | ||||
| -rw-r--r-- | meta/recipes-kernel/lttng/lttng-tools_2.14.0.bb | 1 |
2 files changed, 29 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 \ | ||
diff --git a/meta/recipes-kernel/lttng/lttng-tools_2.14.0.bb b/meta/recipes-kernel/lttng/lttng-tools_2.14.0.bb index 262bea0748..a3faf1e758 100644 --- a/meta/recipes-kernel/lttng/lttng-tools_2.14.0.bb +++ b/meta/recipes-kernel/lttng/lttng-tools_2.14.0.bb | |||
| @@ -51,6 +51,7 @@ SRC_URI = "https://lttng.org/files/lttng-tools/lttng-tools-${PV}.tar.bz2 \ | |||
| 51 | file://disable-tests.patch \ | 51 | file://disable-tests.patch \ |
| 52 | file://0001-gen-ust-events-constructor-change-rpath-to-libdir-li.patch \ | 52 | file://0001-gen-ust-events-constructor-change-rpath-to-libdir-li.patch \ |
| 53 | file://0001-eventfd.cpp-Remove-the-scope-resolution-operator.patch \ | 53 | file://0001-eventfd.cpp-Remove-the-scope-resolution-operator.patch \ |
| 54 | file://disable-tests2.patch \ | ||
| 54 | " | 55 | " |
| 55 | 56 | ||
| 56 | SRC_URI[sha256sum] = "d8c39c26cec13b7bd82551cd52a22efc358b888e36ebcf9c1b60ef1c3a3c2fd3" | 57 | SRC_URI[sha256sum] = "d8c39c26cec13b7bd82551cd52a22efc358b888e36ebcf9c1b60ef1c3a3c2fd3" |
