Uh oh!
There was an error while loading. Please reload this page.
check-sof-logger: catch ERROR in firmware traces and fail - #799
Conversation
marc-hb
commented
Nov 2, 2021
https://sof-ci.01.org/softestpr/PR799/build917/devicetest/?model=BDW_WSB_RT286&testcase=check-sof-logger has a very interesting: |
marc-hb
commented
May 2, 2022
SOFCI TEST |
marc-hb
commented
May 3, 2022
https://sof-ci.01.org/softestpr/PR799/build16/devicetest has something similar on BYT (BDW is not in PR testing anywmore) |
ujfalusi
commented
May 27, 2022
@marc-hb, is it a recent issue or it has been there? If you do not start the |
marc-hb
commented
May 27, 2022
Thanks @ujfalusi for the prompt review! Interesting. So this reproduced systematically on BYT and BDW... because the buffer is smaller / too small? Or maybe because they have more interfaces and more to log. So I can just downgrade this ERROR to a WARN, right? |
ujfalusi
commented
May 27, 2022
@marc-hb, I think it is WARN rather an ERR, yes (if you refer to the fw print about the dropped new entries. It only takes to not start sof-logger to eventually have them, which is fine? It can explain 'blackouts' in logs |
marc-hb
commented
Jul 27, 2022
https://sof-ci.01.org/softestpr/PR799/build112/devicetest is all green. I recommend we merge this "as is" and if this error message become too frequent we can downgrade it. |
Uh oh!
There was an error while loading. Please reload this page.
Add function check_logger_error() in case-lib so it can re-used by other tests later. Signed-off-by: Marc Herbert <marc.herbert@intel.com>
marc-hb
commented
Jul 28, 2022
https://sof-ci.01.org/softestpr/PR799/build113/devicetest/ has one usual WHL UPX suspend/resume TIMEOUT, everything else is green. |
marc-hb
commented
Jul 28, 2022
Thanks @keqiaozhang |
Pattern matching fix submitted in |
Add function find_logger_error() in case-lib so it can re-used by other
tests later.
Signed-off-by: Marc Herbert marc.herbert@intel.com