Miloš Prchlík
Miloš Prchlík
In some conditions, exceptions raised while importing plugins could have been reported as just the exception message, without any traceback. This was caused by the necessary loggers being defined in...
See [1]: preview rules are sometimes interesting rules, but they are not enabled and ruff community collects opinions before deciding whether a rule is worth eing enabled by default. And...
* core code should mention it is now going to trigger a reboot and with what action; * `artemis` was duplicating output and deciding the reboot command, that is guaranteed...
Pull Request Checklist * [x] implement the feature
Instead of using `fileprefix` as a prefix of filenames, use it to construct a directory, and put files into it. This should present files organized by their `$TESTNAME` rather thana...
The SSH master process and master socket may nto stay active in sutiations when tmt is invoked multiple times and reusing the guest. Each new invocation will try to start...
``` /var/tmp/tmt/run-013 Found 1 plan. /default/plan provision queued provision.provision task #1: default-0 provision.provision task #1: default-0 how: beaker order: 50 arch: s390x image: RHEL-10.1-updates-20250409.d.3 fail: name 'ProvisioningError' is not defined...
`tmt --root . run --last login` would try to resume a guest from previous run. If that guest was provisioned via mrack aka `beaker` plugin, plugin would try to inspect...
If tmt is running a test - or any subprocess - when it's interrupted, it waits for the test to finish before it quits. The patch adds hook for the...
Pull Request Checklist * [x] implement the feature