-
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
sam_e70_xplained:tests/subsys/logging/log_core failed. #18728
Comments
It looks that this test assumes that it is the sole log messages source, which might be not true in your case. Please disable all other log sources and run the test. You can check what is enabled using the following command in the build directory:
|
can't reproduce |
@chen-png please confirm that you can reproduce this. |
Let me try, as well on my sam_e70 |
The test fails for me on sam_e70_xplained |
This issue is repeatable in the zephyr test report recently. And I have run the "grep LOG_LEVEL= zephyr/.config | grep -v =0" command in the build directory, it's the same as follows: |
I can also reproduce this on the latest master. |
This issue has been marked as stale because it has been open (more than) 60 days with no activity. Remove the stale label or add a comment saying that you would like to have the label removed otherwise this issue will automatically be closed in 14 days. Note, that you can always re-open a closed issue at any time. |
Describe the bug
Running test suite test_log_list on sam_e70 board, it failed with error message "Unexpected message index".
To Reproduce
Steps to reproduce the behavior:
Screenshots or console output
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: