zephyrproject-rtos / zephyr

Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures.
https://docs.zephyrproject.org
Apache License 2.0
10.84k stars 6.6k forks source link

test: message_bus.zbus.hlp_priority_boost FAILED on up_squared #79197

Open KamilxPaszkiet opened 1 month ago

KamilxPaszkiet commented 1 month ago

Describe the bug Test message_bus.zbus.hlp_priority_boost failed on up_squared Repro 100%

To Reproduce twister --device-testing --hardware-map up2.map -s tests/subsys/zbus/hlp_priority_boost/message_bus.zbus.hlp_priority_boost or west build -p -b up_squared tests/subsys/zbus/hlp_priority_boost -T message_bus.zbus.hlp_priority_boost or west twister -p up_squared -s tests/subsys/zbus/hlp_priority_boost/message_bus.zbus.hlp_priority_boost

Logs and console output

DEBUG   - DEVICE: *** Booting Zephyr OS build v3.7.0-3643-gf810e1318f38 ***
DEBUG   - DEVICE: Running TESTSUITE hlp_priority_boost
DEBUG   - DEVICE: ===================================================================
DEBUG   - DEVICE: START - test_priority_elevation
DEBUG   - DEVICE: msub1 level: 0
DEBUG   - DEVICE: sub1 level: 0
DEBUG   - DEVICE: Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/zbus/hlp_priority_boost/src/main.c:135: hlp_priority_boost_test_priority_elevation: (prio == 1 is false)
DEBUG   - DEVICE: msub1 level: 0
DEBUG   - DEVICE: The priority must be 1, but it is 8sub1 level: 0
DEBUG   - DEVICE: FAIL - test_priority_elevation in 0.125 seconds
DEBUG   - DEVICE: ===================================================================
DEBUG   - DEVICE: TESTSUITE hlp_priority_boost failed.
DEBUG   - DEVICE: ------ TESTSUITE SUMMARY START ------
DEBUG   - DEVICE: SUITE FAIL -   0.00% [hlp_priority_boost]: pass = 0, fail = 1, skip = 0, total = 1 duration = 0.125 seconds
DEBUG   - DEVICE: - FAIL - [hlp_priority_boost.test_priority_elevation] duration = 0.125 seconds
DEBUG   - DEVICE: ------ TESTSUITE SUMMARY END ------

Expected behavior Test passed

Environment:

henrikbrixandersen commented 1 month ago

west boards -n up2 returns no boards here. Which board is this?

dkalowsk commented 1 month ago

@edersondisouza believe this is an Intel board, can you please re-assign to the right person.

rodrigopex commented 1 month ago

@dkalowsk Should I act now or wait for further investigation from the Intel side?

dkalowsk commented 1 month ago

@dkalowsk Should I act now or wait for further investigation from the Intel side?

@rodrigopex if you want sure, but believe you got assigned due to the label for Zbus. I'd wait for @edersondisouza because I don't think there are any UP2 boards in the tree right now.

KamilxPaszkiet commented 1 month ago

west boards -n up2 returns no boards here. Which board is this?

@rodrigopex @dkalowsk @henrikbrixandersen Sorry for my mistake. I meant up_squared board. I have updated the bug description.