Skip to content

Commit

Permalink
tests: p4wq: set log level for test
Browse files Browse the repository at this point in the history
Log messages from workqueue are very chatty and on some systems cause
dropping of messages coming from the tests, so set the level to not get
warnings.

Fixes zephyrproject-rtos#45670

Signed-off-by: Anas Nashif <[email protected]>
  • Loading branch information
nashif committed May 17, 2022
1 parent 3fb9db6 commit 1500388
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/lib/p4workq/prj.conf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
CONFIG_TEST_RANDOM_GENERATOR=y
CONFIG_ZTEST=y
CONFIG_SCHED_DEADLINE=y

CONFIG_LOG_DEFAULT_LEVEL=1
# Test whiteboxes the wait_q and expects it to be a dlist
CONFIG_WAITQ_SCALABLE=n
CONFIG_WAITQ_DUMB=y

0 comments on commit 1500388

Please sign in to comment.