Uh oh!
There was an error while loading. Please reload this page.
[DON't MERGE] check-ipc-flood.sh: check ipc flood test logs from dmesg - #258
[DON't MERGE] check-ipc-flood.sh: check ipc flood test logs from dmesg#258fredoh9 wants to merge 1 commit into
Conversation
Make sure IPC flood test results are printed. If the test summary is not available, it is failed case. This is a fix of false positive case. [ 96.248808] sof-audio-pci 0000:00:1f.3: error: debugfs write failed to idle -16 Signed-off-by: Fred Oh <fred.oh@linux.intel.com>
fredoh9
commented
Jun 22, 2020
Checking logs may not be good idea. It may not come if debug level is not verbose. I will debug why dmesg 'error' didn't lead to test failure. |
Looks this error is known false alarm, added to ignoring messages. https://github.com/thesofproject/sof-test/blob/master/tools/sof-kernel-log-check.sh#L6
|
Ignoring errors is very dangerous and should be carefully reviewed and extensively documented. At the very least this code should be changed to something like: # because blabla, see bug 1234
ignore_str="$ignore_str"'|error: debugfs write failed to idle -16'# because blabla, see bug 5678
ignore_str="$ignore_str"'|error: status'@xiulipan , @aiChaoSONG and @Bin-QA please help. EDIT: |
Make sure IPC flood test results are printed. If the test summary is not
available, it is failed case. This is a fix of false positive case.
[ 96.248808] sof-audio-pci 0000:00:1f.3: error: debugfs write failed to idle -16
Signed-off-by: Fred Oh fred.oh@linux.intel.com
Related issue is thesofproject/linux#2204
I will debug why ipc flood test is not performed and failed to transit to idle.