Re: [OE-core] [PATCH 08/29] strace: parallelize ptest

2023-09-17 Thread Alexander Kanavin
On Sun, 17 Sept 2023 at 18:53, Khem Raj wrote: > core-image-ptest-lttng-tools () - Ran 5 tests in 2086.423s > core-image-ptest-lttng-tools - OK - All required tests passed > (successes=3, skipped=1, failures=0, errors=0) I tried to see if parallel testing can be enabled easily in lttng-tools,

Re: [OE-core] [PATCH 08/29] strace: parallelize ptest

2023-09-17 Thread Khem Raj
On Sun, Sep 17, 2023 at 2:39 AM Alexander Kanavin wrote: > > strace is one of the slowest tests otherwise (can take 40 minutes or more), > and this brings it to under 10 minutes \0/ This is a good fix. Next in the slowest line is perhaps lttng-tools. core-image-ptest-strace () - Ran 5 tests in

[OE-core] [PATCH 08/29] strace: parallelize ptest

2023-09-17 Thread Alexander Kanavin
strace is one of the slowest tests otherwise (can take 40 minutes or more), and this brings it to under 10 minutes \0/ Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/strace/strace/run-ptest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git