-
Notifications
You must be signed in to change notification settings - Fork 3k
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
threads test adjust to run on devices with small RAM #5360
Conversation
it's less-invasive version of #4890 |
/morph build |
Build : SUCCESSBuild number : 352 Triggering tests/morph test |
Test : FAILUREBuild number : 163 |
nrf-51dk failures related to this change, please review them |
Approved! | NUCLEO_F070RB-GCC_ARM | NUCLEO_F070RB | tests-mbedmicro-rtos-mbed-threads | OK | 28.15 | default | |
needs further memory optimization or test reduction if #5386 will not yield any additional free heap memory - working on it |
@maciejbocianski Shall this be closed and opened once updated ? |
Build : SUCCESSBuild number : 535 Triggering tests/morph test |
Exporter Build : SUCCESSBuild number : 150 |
Test : FAILUREBuild number : 344 |
@maciejbocianski please fix the issues with nrf51 |
/morph build |
Build : SUCCESSBuild number : 573 Triggering tests/morph test |
Test : SUCCESSBuild number : 390 |
Exporter Build : FAILUREBuild number : 187 |
@theotherjimmy @studavekar Can you investigate the latest failure above? I've seen it this week already, build is OK but later it fails during termination? and reports both success and failure. Attached below the log (only the last part of it):
|
/morph export-build |
Exporter Build : SUCCESSBuild number : 200 |
@0xc0170 @theotherjimmy ping |
Will be integrated during the sync today |
Hi Bad news with 5.6.6 version NUCLEO_F070RB-GCC_ARM | NUCLEO_F070RB | tests-mbedmicro-rtos-mbed-threads | Testing parallel threads with child | 0 | 0 | ERROR | 0.0 | |
we have two ways out:
|
Description
PR contains changes required to run test on NUCLEO_F070RB (16kB RAM) device
In the end we had to reduce thread number from 3 to 2 only in parallel thread tests which create child thread
After memory optimization for devices with 16kB RAM it was seen some problems with threads stack size on some boards (e.g NRF51_DK).
We decided to forfeit this test on devices with small RAM (e.g. NUCLEO_F070RB) and increase test threads stack size to make test working on other boards
See commit bc99556
Status
READY
Migrations
NO
Related PRs
#4890