[LTP] [PATCH] kirk: upgrade version to 4.2.0
Petr Vorel
pvorel@suse.cz
Thu Sep 10 10:56:49 CEST 2026
Hi Andrea,
> - Add --dry-run option to preview tests before execution
> - Add configurable fault injection interval option
> - Persist and export partial results when a session is aborted mid-suite
> - Fix --exec-timeout not killing tests in the shell channel
> - Fix JSON report file being opened in read/write instead of write-only
> mode
> - Fix incorrect log message when test parameters are missing in LTP
> metadata
> - Fix exception handling in the event subsystem
> - Fix --randomize command-line description
> - Major documentation update (quickstart, SSH, LTX, QEMU, and plugins)
> - Move IOBuffer implementations inside the sut module
> - Improve test suite coverage and fix flaky test cases
Thanks!
Reviewed-by: Petr Vorel <pvorel@suse.cz>
> Link: https://github.com/linux-test-project/kirk/releases/tag/v4.2.0
> Signed-off-by: Andrea Cervesato <andrea.cervesato@suse.com>
> ---
> tools/kirk/kirk-src | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
> diff --git a/tools/kirk/kirk-src b/tools/kirk/kirk-src
> index 7d4234c43..e65b84ba0 160000
> --- a/tools/kirk/kirk-src
> +++ b/tools/kirk/kirk-src
> @@ -1 +1 @@
> -Subproject commit 7d4234c4305ab8b7b4ec27e911798b5e7f65ef88
> +Subproject commit e65b84ba00de6e5b6bdb63d5259490d7f9d460b8
I see e65b84ba00de6e5b6bdb63d5259490d7f9d460b8 is actually newer than v4.2.0
(v4.2.0 does not have the version change).
Although it's not ideal, I'd consider either delete the current v4.2.0 tag and
point it to e65b84ba00de6e5b6bdb63d5259490d7f9d460b8 or at least add new tag
v4.2.0-fixed which would point to e65b84ba00de6e5b6bdb63d5259490d7f9d460b8.
Kind regards,
Petr
More information about the ltp
mailing list