-
Notifications
You must be signed in to change notification settings - Fork 3k
Update watchdog tests -- allow shorter timeouts #6709
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
Update watchdog tests -- allow shorter timeouts #6709
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
look good to me
/morph build |
@fkjagodzinski There is a build failure in the jenkins CI, please can you review? When was this branch rebased the last time? Or did you define that config anywhere in this branch? |
Build : SUCCESSBuild number : 1864 Triggering tests/morph test |
@0xc0170 I don't understand the cause of this failure. The only two files this PR changes are:
|
Exporter Build : SUCCESSBuild number : 1512 |
Test : FAILUREBuild number : 1676 |
@scartmell-arm When was the destination branch rebased teh last time? Can you please rebase and we rerun tests? |
58bebab
to
d856248
Compare
Rebased to current feature-watchdog, 29d6dca. |
/morph build |
Build : SUCCESSBuild number : 1928 Triggering tests/morph test |
Test : SUCCESSBuild number : 1750 |
Exporter Build : SUCCESSBuild number : 1574 |
I updated the default timeout value used in several tests to
Regarding the |
@scartmell-arm, I consider this PR ready, unless you have some comments, of course. As I mentioned above I'll prepare another one for the timing test. |
@scartmell-arm ? |
/morph build |
Build : FAILUREBuild number : 2090 |
@fkjagodzinski I noticed this error on another feature branch. yes, needs to be rebased to get the fix in. @scartmell-arm Can you please rebase? |
@fkjagodzinski The feature branch was rebased, this needs now resolving the conflicts |
Added a mechanism which will prevent an initialised watchdog from resetting the device during final greentea communication. This allows testing watchdog timeouts as short as 50 ms.
e5b67f6
to
1ef4621
Compare
Rebased to current feature-watchdog, 2b01e51. |
/morph build |
Build : SUCCESSBuild number : 2103 Triggering tests/morph test |
Test : SUCCESSBuild number : 1908 |
Exporter Build : SUCCESSBuild number : 1739 |
Description
Added a mechanism which will prevent an initialised watchdog from resetting the device during final greentea communication.
This change lowers the minimal testable timeout value from 500 ms to 50 ms, which is necessary to test all the partners' boards, as some of them only support timeout values up to 150 ms.
Pull request type
[ ] Fix
[ ] Refactor
[ ] New target
[X] Feature
[ ] Breaking change
CC @scartmell-arm @jamesbeyond @0xc0170 @bulislaw