Miloš Prchlík

Results 416 comments of Miloš Prchlík

@thrix please, take a look at tests, there is some red color reported.

@thrix please, check the failed tests. I do not see them failing in other PRs, which suggests failures are related to your changes, although I have no idea how or...

* liberating scripts like `tmt-reboot` of their `execute` oppressor in https://github.com/teemtee/tmt/pull/3832, and preventing their use outside of `execute`, for now, in https://github.com/teemtee/tmt/pull/3833 * I would consider https://github.com/teemtee/tmt/pull/3835 (or similar PR)...

Dropping from the milestone - work is in progress, it just takes several steps that do not fit into a single milestone.

* extracting `tmt-abort` properties to a standalone class we can then reuse * I plan to add this new "abort context" to `shell` and `ansible` plugins, and teach them to...

It's getting close! I still have several PRs in flight, and some work in my git stash to spawn more PRs, but, put together, this is how `tmt-reboot` from `prepare`...

Current state of things: * https://github.com/teemtee/tmt/pull/4351 to enable handling of `tmt-reboot` in `shell` plugin * https://github.com/teemtee/tmt/pull/4306 to make composition of environments easier * https://github.com/teemtee/tmt/pull/4320 to include guest in phase results...

https://github.com/teemtee/tmt/pull/4351 is now up for a review. That should be the last piece needed for `prepare` and `finish` to support `tmt-reboot`.

> There are tests out there that as part of their logic clear the kernel message ring buffer. This could render the dmesg check plugin useless, because it only checks...

@psss @thrix @lukaszachy This is definitely a breaking change for TF, and potentially for other users as well. TF ingests the field and treats it as a string, it will...