Bjorn Hjortsberg

Results 5 issues of Bjorn Hjortsberg

The exit code is 0 when running in `concmode=mproc` and having a test that fails. When using `concmode=mthread` or not using pytest-concurrent exit code is 1 when test fails.

When running pytest 4.6.3 and pytest-concurrent 0.2.2 in `mproc` mode and using the argument ` --junitxml` I get the error ``` Traceback (most recent call last): File "/usr/lib/python3.6/multiprocessing/process.py", line 258,...

Once a Logger is configured the application keeps the file open. This is due to that `LogStreamReferenceMap` is keeping a reference to the FileStream object and unregistering the Logger will...

Trying renode for the first time and I'm getting download errors when trying to run any script (I've tried multiple) ``` (monitor) s @scripts/single-node/stm32f4_discovery.resc Failed to download https://dl.antmicro.com/projects/renode/svd/STM32F40x.svd.gz, see log...

When using logrotate to limit log file size in a linux system I cannot get easyloggingpp to reopen the log file after it has been rotated. I've tried to just...