Skip to content

Commit

Permalink
tests: subsys: zbus: do not use verbose logging
Browse files Browse the repository at this point in the history
This change fixes a regression on `qemu_riscv64_smp` and
`qemu_riscv32_smp` that arose because debug logging was
enabled. My guess is that subtle races exist and that
debug logging exacerbates the condidtions for those
races.

Signed-off-by: Christopher Friedt <cfriedt@meta.com>
  • Loading branch information
cfriedt authored and jhedberg committed Oct 2, 2023
1 parent c650f6a commit c6c9700
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/subsys/zbus/integration/prj.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ CONFIG_ZTEST_NEW_API=y
CONFIG_ASSERT=n
CONFIG_LOG=y
CONFIG_ZBUS=y
CONFIG_ZBUS_LOG_LEVEL_DBG=y
CONFIG_ZBUS_CHANNEL_NAME=y
CONFIG_ZBUS_MSG_SUBSCRIBER=y
CONFIG_HEAP_MEM_POOL_SIZE=1024

0 comments on commit c6c9700

Please sign in to comment.