Lukáš Zachar

Results 167 comments of Lukáš Zachar

Isn't it more natural to call that option install? As in `tmt try --install zsh fedora@container....`

I'd say tmt should set entrypoint to `bash` (as you pointed in #1047) but there should be way for user to keep entrypoint as is (if they know what they...

I think we miss option to login immediately after failed test and cd into tests' workdir automatically.

+1 to @LecrisUT, IMO we should restore (read: dnf history undo) after the test in the case the require/recommend installation happens just before the test is run. But we can...

Missing dependencies: - [ ] No matching package to install: 'python3dist(hatch-vcs)' - [ ] No matching package to install: 'python3dist(hatchling)' - [ ] fmf (https://github.com/teemtee/fmf/pull/251)

@martinhoyer Huston, a little problem - https://stackoverflow.com/questions/34566806/why-use-contextlib-suppress-as-opposed-to-try-except-with-pass I've checked same timeit command on python3.13 (my laptop) and it indeed is much worse with suppress. So I'd say different approach is...

FTR: Either 'url' or 'path' is currently required when processing requires. We had defined 'fmf-id' that when url is missing it should be the current repo - thus omitting 'url'...

Could we bundle the `https://src.fedoraproject.org/rpms/epel-release/raw/epel10/f/crb` into tmt package? Using existing script is a great idea, but there is risk that src.fedora will not be reachable (outage, restricted network access) and...

I like this idea. I would say we can achieve this by setting 'el-X' values into distro dimension. If one wants "RHEL or CentOS" they will use `distro == el`....

> Definitely needs more thinking... One can use safer way of picking test names, aka adding '$' to match whole suffix.