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 #45670

Signed-off-by: Anas Nashif <[email protected]>
  • Loading branch information
nashif committed May 18, 2022
1 parent e5471a2 commit 703422f
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 703422f

Please sign in to comment.