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

tests/core/thread_msg: lower thread priority for consistent output order #20989

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mguetschow
Copy link
Contributor

Contribution description

For some reason, the threads are (seemingly?) scheduled differently on nrf52840dk and feather-nrf52840-sense, at least the output order is not consistent. This PR changes the child threads to have a lower priority than the main thread so that "THREADS STARTED" is always printed first.

Testing procedure

make -C tests/core/thread_msg BOARD=feather-nrf52840-sense flash test

fails on master, passes with this PR

Issues/PRs references

Encountered while working on #20980

@github-actions github-actions bot added the Area: tests Area: tests and testing framework label Nov 14, 2024
@mguetschow mguetschow added the CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR label Nov 14, 2024
@riot-ci
Copy link

riot-ci commented Nov 14, 2024

Murdock results

✔️ PASSED

aa137bc tests/core/thread_msg: lower thread priority for consistent output order

Success Failures Total Runtime
132 0 133 01m:50s

Artifacts

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: tests Area: tests and testing framework CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants