-
Notifications
You must be signed in to change notification settings - Fork 6.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Intel CAVS: log missing of tests/lib/p4workq/ #45670
Labels
bug
The issue is a bug, or the PR is fixing a bug
platform: Intel ADSP
Intel Audio platforms
priority: low
Low impact/importance bug
Comments
LixinGuoX
added
bug
The issue is a bug, or the PR is fixing a bug
platform: Intel ADSP
Intel Audio platforms
labels
May 16, 2022
the warning log message above is flooding the buffer, if you remove it, you get the expected output, this is the same bug we have seen before with the memory window not able to handle message floods...
not related to twister, it is a logging backend issue of ADSP. |
nashif
added a commit
to nashif/zephyr
that referenced
this issue
May 17, 2022
Log messages from workqueue are very chatty and on some systems cause dropping of messages coming from the tests, so set the level to not get warnings. Fixes zephyrproject-rtos#45670 Signed-off-by: Anas Nashif <[email protected]>
nashif
added a commit
that referenced
this issue
May 18, 2022
Log messages from workqueue are very chatty and on some systems cause dropping of messages coming from the tests, so set the level to not get warnings. Fixes #45670 Signed-off-by: Anas Nashif <[email protected]>
laxiLang
pushed a commit
to laxiLang/zephyr
that referenced
this issue
May 30, 2022
Log messages from workqueue are very chatty and on some systems cause dropping of messages coming from the tests, so set the level to not get warnings. Fixes zephyrproject-rtos#45670 Signed-off-by: Anas Nashif <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
The issue is a bug, or the PR is fixing a bug
platform: Intel ADSP
Intel Audio platforms
priority: low
Low impact/importance bug
Describe the bug
tests/lib/p4workq/ has 4 test functions
On Intel CAVS platform, we lost the log of
test_resubmit
andtest_fill_queue
To Reproduce
Steps to reproduce the behavior:
Expected behavior
We should have intact log of test functions.
Logs and console output
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: