-
Notifications
You must be signed in to change notification settings - Fork 3k
Stats - Update ticker read mechanism #7063
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
Conversation
Function pointer will help in disabling extra logging if required for other testing mechanism, or to change from low power ticker to us ticker for testing
As per below information from @cmonr , test is updated and verified locally.
|
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.
@maciejbocianski please validate
/morph build |
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.
tested on NRF51_DK - works fine
tests-mbed_drivers-sleep_lock | OK
tests-mbed_hal-sleep | OK
tests-mbed_hal-sleep_manager | OK
tests-mbed_hal-sleep_manager_racecondition | OK
Build : SUCCESSBuild number : 2195 Triggering tests/morph test |
Test : FAILUREBuild number : 1986 |
Exporter Build : SUCCESSBuild number : 1823 |
tests-mbed_drivers-timer is failing randomly for NRF51_DK
|
This is due to the fact that the device does not have clock precise enough ( EDIT: Note that the drift is not huge though : |
Moved changes to PR #7036. Closing this |
Description
Stats collection in sleep affected other time critical tests, resulting into failures. Mechanism is added to disable stats collection, if required for sleep tests.
Pull request type
#7036