Beraldo Leal
Beraldo Leal
Hi, first of all, would like to say this is a nice work. I really like this design. I have one question: How difficult would be to add a rotary...
_Tl;dr: This is an attempt to bond all logging issues related to this epic issue. Here we describe our problem and some room for improvements regarding our logging system._ During...
**Is your feature request related to a problem? Please describe.** Currently we do the configuration in code with several routines scattered in some places. Only a few logging options are...
### Discussed in https://github.com/avocado-framework/avocado/discussions/5330 Originally posted by **luckyh** April 14, 2022 This is one of the issues we discovered when we were going to switch to nrunner for the internal...
**Describe the bug** `--job-timeout` option is not working when using the new runner. **Steps to reproduce** ```bash $ cat /tmp/test.sh #!/bin/bash sleep 2 $ avocado run --job-timeout=1 /tmp/test.sh JOB ID...
**Describe the bug** Some CIs (like Gitlab) is parsing the xml test report for listing the tests in a table. There we have some fields: "name", "file", "classname" and "file"....
Currently our main entry point for checks is `check.py`. However `selftests/run` is called by `selftests/run_coverage`. We need to double check if that is really needed. IIRC @willianrampazzo was working in...
This issue is to track the progress of splitting out some libraries from the avocado core so we can better handle our distribution model and improve the user experience.
This issue is to track the progress of splitting optional_plugins from the Avocado main repo. My only suggestion is to remove the word "optional" since plugins already give us the...
The idea of the features `--output-check-record` and `--output-check` are valid and we have today a few use cases that explore those functionalities. The "problem" with this logic is that it...