Anders Roxell
Anders Roxell
The linux log parser doesn't catch all 'cut here' kernel-exceptions. Today it catches cut here looking like: '------------[ cut here ]------------' Add another multiline that can catch: '--- cut here...
When running 'manage.py migrete' with Python version 3.11 the following Traceback could be seen: $ ./manage.py migrate [242/884] Traceback (most recent call last): File "/home/anders/src/squad/venv-foo/lib/python3.11/site-packages/vine/five.py", line 361, in from inspect...
Send out emails per test failures and if the failure haven't been fixed within X new builds send out an email again. Different subject lines if all targets fails or...
Reading the documentations for TFAIL and TBROK its not clear that the difference is. https://linux-test-project.readthedocs.io/en/latest/developers/api_c_tests.html#core-ltp-api If that can be expanded a bit more, it would be great.