Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Backport v2.7-branch] Bluetooth: Host: Avoid processing "no change" encryption changes #74122

Open
wants to merge 1 commit into
base: v2.7-branch
Choose a base branch
from

Bluetooth: Host: Avoid processing "no change" encryption changes

baed41e
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Open

[Backport v2.7-branch] Bluetooth: Host: Avoid processing "no change" encryption changes #74122

Bluetooth: Host: Avoid processing "no change" encryption changes
baed41e
Select commit
Loading
Failed to load commit list.
GitHub Actions / Unit Test Results failed Jan 21, 2025 in 0s

1 fail, 573 skipped, 3 390 pass in 1h 43m 3s

3 964 tests  +3 964   3 390 ✔️ +3 390   1h 43m 3s ⏱️ + 1h 43m 3s
   387 suites +   387      573 💤 +   573 
     10 files   +     10          1 +       1 

Results for commit baed41e. ± Comparison against earlier commit 8f2b8ba.

Annotations

Check warning on line 0 in qemu_x86:tests/lib/ringbuffer/libraries.ring_buffer_concurrent

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

tests/lib/ringbuffer/libraries.ring_buffer_concurrent (qemu_x86:tests/lib/ringbuffer/libraries.ring_buffer_concurrent) failed

artifacts/Unit Test Results (Subset 9)/twister-out/twister.xml
Raw output
[0mSeaBIOS (version zephyr-v1.0.0-0-g31d4e0e-dirty-20200714_234759-fv-az50-zephyr)
Booting from ROM..*** Booting Zephyr OS build v2.7.6-8-gbaed41e52537  ***
Running test suite test_ringbuffer_api
===================================================================
START - test_ringbuffer_init
 PASS - test_ringbuffer_init in 0.1 seconds
===================================================================
START - test_ringbuffer_declare_pow2
 PASS - test_ringbuffer_declare_pow2 in 0.1 seconds
===================================================================
START - test_ringbuffer_declare_size
 PASS - test_ringbuffer_declare_size in 0.1 seconds
===================================================================
START - test_ringbuffer_put_get_thread
 PASS - test_ringbuffer_put_get_thread in 0.45 seconds
===================================================================
START - test_ringbuffer_put_get_isr
 PASS - test_ringbuffer_put_get_isr in 0.1 seconds
===================================================================
START - test_ringbuffer_put_get_thread_isr
 PASS - test_ringbuffer_put_get_thread_isr in 0.1 seconds
===================================================================
START - test_ringbuffer_put_get_discard
 PASS - test_ringbuffer_put_get_discard in 0.1 seconds
===================================================================
START - test_ringbuffer_pow2_put_get_thread_isr
 PASS - test_ringbuffer_pow2_put_get_thread_isr in 0.1 seconds
===================================================================
START - test_ringbuffer_size_put_get_thread_isr
 PASS - test_ringbuffer_size_put_get_thread_isr in 0.1 seconds
===================================================================
START - test_ringbuffer_array_perf
 PASS - test_ringbuffer_array_perf in 0.1 seconds
===================================================================
START - test_ringbuffer_partial_putting
 PASS - test_ringbuffer_partial_putting in 0.3 seconds
===================================================================
START - test_ringbuffer_partial_getting
 PASS - test_ringbuffer_partial_getting in 0.3 seconds
===================================================================
START - test_ring_buffer_main
 PASS - test_ring_buffer_main in 0.2 seconds
===================================================================
START - test_ringbuffer_raw
 PASS - test_ringbuffer_raw in 0.1 seconds
===================================================================
START - test_ringbuffer_alloc_put
 PASS - test_ringbuffer_alloc_put in 0.1 seconds
===================================================================
START - test_byte_put_free
 PASS - test_byte_put_free in 0.1 seconds
===================================================================
START - test_ringbuffer_equal_bufs
 PASS - test_ringbuffer_equal_bufs in 0.1 seconds
===================================================================
START - test_capacity
 PASS - test_capacity in 0.1 seconds
===================================================================
START - test_size
 PASS - test_size in 0.1 seconds
===================================================================
START - test_peek
 PASS - test_peek in 0.1 seconds
===================================================================
START - test_reset
 PASS - test_reset in 0.1 seconds
===================================================================
START - test_ringbuffer_performance
1 byte put-get, avg cycles: 809
4 byte put-get, avg cycles: 879
1 byte put claim-finish, avg cycles: 639
5 byte put claim-finish, avg cycles: 743
5 byte get claim-finish, avg cycles: 732
 PASS - test_ringbuffer_performance in 0.39 seconds
===================================================================
START - test_ringbuffer_concurrent
 PASS - test_ringbuffer_concurrent in 0.11 seconds
===================================================================
START - test_ringbuffer_shpsc
preempted: 4197
 PASS - test_ringbuffer_shpsc in 6.0 seconds
===================================================================
START - test_ringbuffer_spshc
preempted: 2302
 PASS - test_ringbuffer_spshc in 6.1 seconds
===================================================================
START - test_ringbuffer_cpy_shpsc
preempted: 2830
 PASS - test_ringbuffer_cpy_shpsc in 6.1 seconds
===================================================================
START - test_ringbuffer_cpy_spshc
preempted: 1841
 PASS - test_ringbuffer_cpy_spshc in 6.0 seconds
===================================================================
START - test_ringbuffer_item_shpsc
preempted: 2020
 PASS - test_ringbuffer_item_shpsc in 6.0 seconds
===================================================================
START - test_ringbuffer_item_spshc