Miloš Prchlík

Results 91 issues of Miloš Prchlík

This now matches how other configurable paths are handled, workdir root, pid root. Pull Request Checklist * [x] implement the feature * [ ] extend the test coverage

code | no functional change
code | trivial
ci | full test

Always in full detail, traceback is added to log files tmt opened during its run. Pull Request Checklist * [x] implement the feature * [ ] extend the test coverage

code | logging

Pull Request Checklist * [ ] implement the feature * [ ] write the documentation * [ ] extend the test coverage * [ ] update the specification * [...

Actual step data containers come with type annotations and better checking. Pull Request Checklist * [x] implement the feature

code | style
code | no functional change

Pull Request Checklist * [ ] implement the feature * [ ] write the documentation * [ ] extend the test coverage * [ ] update the specification * [...

Similar to `mypy.ini` or `pyproject.toml`, it would be nice if user could save their lint preferences - enabled/disabled checks if nothing else - in some configuration storage. Per repository would...

command | lint

* `tmt.cli` remains the module with utilities and basic code, * `tmt.cli._root` contains all commands for now, but eventualy it would be just the top-level command, * `tmt status` is...

code | style
code | no functional change
ci | full test

tmt depends on `pkg_resources` package shipped by `setuptools`, but it seems `setuptools` may be missing in some virtualenvs, not being installed by default. Pull Request Checklist * [ ] implement...

packaging
ci | full test

The default number of retries seem to be too low in some conditions, namely when bootc package manager builds new derived images & attempts to reboot the guest for changes...

plugin | testcloud

Import just one or many plans, replace the current one or make imported plans "children" of the importing one. Should be compatible with the current behavior. Docs preview: https://tmt--3566.org.readthedocs.build/en/3566/spec/plans.html#import-plans Part...

ci | full test