-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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
tests/kernel/tickless/tickless_concept fails on nRF5x with 1000msec boot delay #9708
Comments
Hi @pizi-nordic, |
Just figured out that tests/kernel/sched/schedule_api/testcase.yaml#kernel.sched.slice_reset also fails by adding 1000msec boot delay on nRF5x boards. Please find console output below:
|
Should be fixed as of the timer rework. I just retried this on a nrf52840_pca10056, with and without BOOT_DELAY=1000 and it was reliable across 20 tries each. |
@pizi-nordic can you please re-run and close if fixed? |
I have ran 100 iterations without delay and 100 iterations with delay. There was no even single failure. Closing. |
The test tests/kernel/tickless/tickless_concept results in Assertion failure in test_tickless_slice subtestcase, when boot delay of 1000msec is added.
Arch: arm
Board: nrf51/52 - nrf51_pca10028:arm, nrf52_pca10040:arm, nrf52840_pca10056:arm
Zephyr commit: 6a01c69
Toolchain: ZEPHYR_TOOLCHAIN_VARIANT=zephyr
Additional Info: Add CONFIG_BOOT_DELAY=1000 in tests/kernel/tickless/tickless_concept/prj.conf
Error Console Log:
Steps to reproduce:
The text was updated successfully, but these errors were encountered: