Skip to content
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

CI hardware check doesn't fail on hardfault #14161

Closed
BazookaJoe1900 opened this issue Feb 14, 2020 · 1 comment
Closed

CI hardware check doesn't fail on hardfault #14161

BazookaJoe1900 opened this issue Feb 14, 2020 · 1 comment

Comments

@BazookaJoe1900
Copy link
Member

Describe the bug
if during the Hardware tests there is a hardfault, the test pass and doesn't fail.

To Reproduce
for example, this and this tests has been failed but the test passed.

from the tests done on #14097, all the nxp tests fails since commit 156cf16 there is hardfault.

Expected behavior
Fail on hardware fault, for sure.
the hardware test is great tool, but if it really check the CPU load, driver proper initializations, RAM and of course hardfault.
I think that in addition to the tests there should be some addons such scrapping the shell output, looking for ERROR/FAIL from any module that might send such message.
maybe analyze the top, for any issue, and so on.

Ideas?
I opened this thread to enable sharing ideas, or maybe on-going-work that is already done on this issue

@BazookaJoe1900
Copy link
Member Author

fixed on CI - exit from failed hardware check with error, so the check will fail #14215

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant