Results 7 issues of Igor Ostapenko

The main work and review was conducted here: https://reviews.freebsd.org/D42350. The respective mailing list discussion: https://lists.freebsd.org/archives/freebsd-hackers/2024-February/003032.html.

``` It changes only output of 'kyua test' CLI command. Hence, other outputs like junit are kept intact for CI and other use cases. It's meant to improve UX of...

It allows the test engine to be paused right before the test cleanup routine to help with test debugging.

For example, Kyua supports ATF tests: a test program can contain multiple test cases, Kyua understands some metadata coming from the ATF side, and so on. For now, according to...

Currently, the `utils/process/executor_pid_test.c` works for FreeBSD and potentially for other BSDs, while the test suite of the project strives to be cross-platform. It opens opportunities to work on the following:...

This is upstreaming of the approved and landed patch: https://reviews.freebsd.org/D51136