Miloš Prchlík
Miloš Prchlík
/packit build
@pablmart hello, could you share the test? I'd like to use it as a reproducer when working on the feature.
Kicking off the implementation of the actual test restart in https://github.com/teemtee/tmt/pull/2870. It does have some rough edges, although there is a test that passes. I plan to run it with...
A similar case: what if the test does not crash, but triggers a reboot, e.g. through Ansible role, unable to use `tmt-reboot`? This would manifest as a broken SSH session:...
Indeed, one less issue to worry about \o/
Sounds like two incompatible cases. As soon as a test and its metadata presence can lead to a new dynamic plan being spawn just for that test, listing plans without...
Since someone put this issue on this week's hacking meeting, so I poked tmt internals a bit, just to see what would happen. Nothing complex, not even remotely close to...
I think I know why this doesn't work, it was obvious, yet it took me so much time to find out :/ From `tmt.log.Logger._normalize_logger()`: ```python @staticmethod def _normalize_logger(logger: logging.Logger) ->...
> This issue is causing a large amount of error output in for example /tests/cockpit/Sanity/upstream-verify-testsuite-wrapper ... warn: /Sanity/upstream-verify-testsuite-wrapper/base/TestUpdates/testUpdateError: - 'plans' does not match any of the regexes: '^extra-' ... Is...
Actually, I'm not so sure it's a good idea or a matching solution for the original request. Those warnings are useful, and the original issue is about silencing the logging...