-
Notifications
You must be signed in to change notification settings - Fork 8.4k
Labels
area: ZbusbugThe issue is a bug, or the PR is fixing a bugThe issue is a bug, or the PR is fixing a bugpriority: mediumMedium impact/importance bugMedium impact/importance bug
Description
Describe the bug
The test tests/subsys/zbus/publish_stats/message_bus.zbus.publish_stats fails
Observed for:
nrf52840dk/nrf52840nrf52dk/nrf52832nrf54l15dk/nrf54l15/cpuappnrf54l15dk/nrf54l15/cpuflprnrf5340dk/nrf5340/cpunetnrf5340dk/nrf5340/cpuappnrf5340dk/nrf5340/cpuapp/nsnrf9160dk/nrf9160nrf9160dk/nrf9160/nsnrf54h20dk/nrf54h20/cpuappnrf54h20dk/nrf54h20/cpuradnrf54h20dk/nrf54h20/cpuppr
To Reproduce
Steps to reproduce the behavior:
- have
nrf9160dk/nrf9160connected - go to your zephyr dir
- call
./scripts/twister -T tests/subsys/zbus/publish_stats -p nrf9160dk/nrf9160 --device-testing --device-serial /dev/ttyACM0 -v --inline-logs --west-flash="--erase" - See console output with error
Expected behavior
Valid console output
Impact
Not clear
Logs and console output
*** Booting Zephyr OS build v3.7.0-4232-g9b5260de9a31 ***
Running TESTSUITE publish_stats
===================================================================
START - test_channel_metadata
Assertion failed at zephyr/tests/subsys/zbus/publish_stats/src/main.c:37: publish_stats_test_channel_metadata: 1000 not within zbus_chan_pub_stats_avg_period(&chan) +/- 50
FAIL - test_channel_metadata in 1.018 seconds
===================================================================
TESTSUITE publish_stats failed.
------ TESTSUITE SUMMARY START ------
SUITE FAIL - 0.00% [publish_stats]: pass = 0, fail = 1, skip = 0, total = 1 duration = 1.018 seconds
- FAIL - [publish_stats.test_channel_metadata] duration = 1.018 seconds
------ TESTSUITE SUMMARY END ------
===================================================================
RunID: e101656a64ea052518fadcb02f598410
PROJECT EXECUTION FAILED
Environment (please complete the following information):
- OS: Ubuntu 20.04.1 LTS
- Toolchain Zephyr SDK 0.16.8
- Commit SHA or Version used:
v3.7.0-4232-g9b5260de9a31
Additional context
Probably introduced by 865f88c
Metadata
Metadata
Assignees
Labels
area: ZbusbugThe issue is a bug, or the PR is fixing a bugThe issue is a bug, or the PR is fixing a bugpriority: mediumMedium impact/importance bugMedium impact/importance bug