Miloš Prchlík

Results 91 issues of Miloš Prchlík

By setting `TMT_SHOW_TRACEBACK` to `full`, tmt would dump locals for each frame. Pull Request Checklist * [x] implement the feature

logging
full test

Related to https://github.com/teemtee/tmt/pull/2489. This PR does not fix all invalid links, but the rest should be caused by incorrect handling of links in template when rendering them; these should be...

documentation
no functional change

It turned out some requirements were left out and nothing was parsing them. The "maximal" unit test was incorrect and did not report this. The patch * adds parsing for...

bug
blocked
hardware
tmt tests

Related to #2826. Pull Request Checklist * [x] implement the feature * [x] write the documentation * [ ] extend the test coverage * [x] update the specification * [...

schema
results

The goal si to verify the code and its annotations are compatible with Python packages shipped as system packages. Pull Request Checklist * [ ] implement the feature * [...

command | tests
ci | full test

The simplest "check presence" script runs something like `rpm -q --whatprovides $packagename`.m When facing a path to a package, e.g. `/tmp/tree-1.2.3.el9.rpm`, the check will not extract the package name, and...

package managers

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

command | run
ci | full test

Related to https://github.com/teemtee/tmt/issues/2106 Pull Request Checklist * [x] implement the feature * [x] extend the test coverage

logging

As discussed today, there's a use case for restarting a test when it crashes: ``` 09:26:12 out: :: [ 14:26:12 ] :: [ PASS ] :: Command 'make all' (Expected...

execute
specification
tests

It needs to be relative to step workdir, and it belongs to the directory dedicated to check logs. Pull Request Checklist * [x] implement the feature

bug
check